diff --git a/Readme.md b/Readme.md index 68c0809..459a78f 100644 --- a/Readme.md +++ b/Readme.md @@ -275,7 +275,7 @@ From the `backend` folder: ```bash cd backend python -m venv venv -venv\Scripts\activate # On Windows +source venv/bin/activate # On macOS/Linux (use venv\Scripts\activate on Windows) pip install -r requirements.txt python main.py ```