Update venv directory

This commit is contained in:
Eric 2026-03-28 20:59:25 -04:00
commit 4c88157a8e

View file

@ -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: Create a virtual environment once and reuse it across sections:
```bash ```bash
python3 -m venv llm python3 -m venv llm-workshop
source llm/bin/activate source llm-workshop/bin/activate
pip install numpy torch matplotlib pip install numpy torch matplotlib
``` ```