From 26db64f1b2bf105d9b6b8e3a9985e722e5de1802 Mon Sep 17 00:00:00 2001 From: Ward Date: Sat, 10 Apr 2021 19:47:28 +0200 Subject: [PATCH] Add deactivate command Signed-off-by: Ward --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f45fcd..6556d20 100644 --- a/README.md +++ b/README.md @@ -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 ```