Update venv directory
This commit is contained in:
parent
1604671d36
commit
4c88157a8e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ Each section has its own `README.md` with a full walkthrough, exercises, and any
|
|||
Create a virtual environment once and reuse it across sections:
|
||||
|
||||
```bash
|
||||
python3 -m venv llm
|
||||
source llm/bin/activate
|
||||
python3 -m venv llm-workshop
|
||||
source llm-workshop/bin/activate
|
||||
pip install numpy torch matplotlib
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue