mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
simplify uv command (#898)
This commit is contained in:
committed by
GitHub
parent
760f4c9ecc
commit
b1db33b384
@@ -173,7 +173,7 @@ uv pip install -r https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/refs
|
||||
|
||||
> **Optional dependencies for bonus materials:**
|
||||
> To include the optional dependencies used throughout the bonus materials, install the `bonus` dependency group from the project root:
|
||||
> `uv pip install --group bonus --editable .`
|
||||
> `uv pip install --group bonus`
|
||||
> This is useful if you don't want to install them separately as you check out the optional bonus materials later on.
|
||||
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user