diff --git a/README.md b/README.md index 94edf59..557b3e8 100644 --- a/README.md +++ b/README.md @@ -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 ```