@ -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 .`