diff --git a/README.md b/README.md index 1e3c60c..f5072e2 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ We highly recommend using a `venv` to avoid issues. For Windows: ```bash python -m venv venv -venv\Scripts\activate +source ./venv/bin/activate pip install -r requirements.txt ``` For Linux: