mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-09 20:30:42 +00:00
fastStart on linux
This commit is contained in:
parent
9190bc9165
commit
b90439b642
@ -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
1
os_linux_mac_start.sh
Normal file → Executable file
@ -2,7 +2,6 @@ python3 -m venv env
|
||||
|
||||
source env/bin/activate
|
||||
|
||||
python3 -m pip --upgrade pip
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
Reference in New Issue
Block a user