From 4c88157a8e3a92c2d58ca418b45a3f98d128aa35 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 28 Mar 2026 20:59:25 -0400 Subject: [PATCH] Update venv directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```