Add deactivate command

Signed-off-by: Ward <WardMaes@users.noreply.github.com>
This commit is contained in:
Ward 2021-04-10 19:47:28 +02:00
parent 5e32496e5d
commit 26db64f1b2

View File

@ -3400,6 +3400,8 @@ source .venv/bin/activate
type pip
# 5. Now you can install your pip package, here requirements.txt is simply a txt file containing all the packages you want. (e.g tornado==4.5.3).
pip install -r requirements.txt
# 6. Exit virtual environment
deactivate
```