mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-27 10:00:42 +00:00
Fix pip uv
typo in installation instructions (#722)
This commit is contained in:
parent
0405b0c8e7
commit
c62fc7cad1
@ -7,7 +7,7 @@ I used the following libraries listed [here](https://github.com/rasbt/LLMs-from-
|
||||
|
||||
|
||||
> **Note:**
|
||||
> If you you are using `uv` as described in [Option 1: Using uv](../01_optional-python-setup-preferences/README.md), you can replace `pip` via `pip uv` in the commands below. For example, `pip install -r requirements.txt` becomes `uv pip install -r requirements.txt`
|
||||
> If you you are using `uv` as described in [Option 1: Using uv](../01_optional-python-setup-preferences/README.md), you can replace `pip` via `uv pip` in the commands below. For example, `pip install -r requirements.txt` becomes `uv pip install -r requirements.txt`
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user