Forgot to put "source"

main
Nicholas Hope 2022-08-14 18:45:34 -04:00
parent 73d3867fce
commit ac086e5894
1 changed files with 1 additions and 1 deletions

View File

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