From ac086e589429d520cbb6c790179b2d56505ed76a Mon Sep 17 00:00:00 2001 From: Nicholas Hope Date: Sun, 14 Aug 2022 18:45:34 -0400 Subject: [PATCH] Forgot to put "source" --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .`