mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-26 06:58:23 +00:00
Update README.md
This commit is contained in:
parent
7eb3f941a4
commit
7bf0d13ee8
@ -10,6 +10,12 @@ To install these requirements most conveniently, you can use the `requirements.t
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, you can install it via the GitHub URL as follows:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/main/requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Then, after completing the installation, please check if all the packages are installed and are up to date using
|
Then, after completing the installation, please check if all the packages are installed and are up to date using
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user