fastStart on linux

This commit is contained in:
eligapris 2024-04-06 21:44:33 -06:00
parent 9190bc9165
commit b90439b642
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,8 @@ You can open any chapter of the book in Colab by clicking on one of these links:
If you are running this in basic computer and you are using pip here is what you should do to run this book.
For mac or linux
```bash
os_linux_mac_start
chmod a+x os_linux_mac_start.sh
os_linux_mac_start.sh
```
For Windows

1
os_linux_mac_start.sh Normal file → Executable file
View File

@ -2,7 +2,6 @@ python3 -m venv env
source env/bin/activate
python3 -m pip --upgrade pip
pip install -r requirements.txt

Binary file not shown.