Update README.md

This commit is contained in:
Sebastian Raschka
2024-07-27 13:39:23 -05:00
committed by GitHub
parent 9eb2e2a5f6
commit 9a2a269530

View File

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