Fix pip uv typo in installation instructions (#722)

This commit is contained in:
Sebastian Raschka 2025-07-03 15:18:48 -05:00 committed by GitHub
parent 0405b0c8e7
commit c62fc7cad1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`