diff --git a/docs/README.md b/docs/README.md index edcdf75..58e607f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,7 +19,7 @@ I recommend building a Python [**venv**](https://docs.python.org/3/library/venv. 1. Make the virtual environment `python3 -m venv .venv` 2. Activate it: - Windows: `.venv\Scripts\activate` -- Other: `.venv/bin/activate` +- Other: `source .venv/bin/activate` 3. Install all the requirements into it: 1. `pip install -r requirements.txt` 2. `pip3 install -e .`