From 7bf0d13ee8505a95251829f86ac26b765e908e2b Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 27 Jul 2024 13:39:23 -0500 Subject: [PATCH] Update README.md --- setup/02_installing-python-libraries/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup/02_installing-python-libraries/README.md b/setup/02_installing-python-libraries/README.md index c0df819..9bc346f 100644 --- a/setup/02_installing-python-libraries/README.md +++ b/setup/02_installing-python-libraries/README.md @@ -10,6 +10,12 @@ To install these requirements most conveniently, you can use the `requirements.t 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