From 8f985094ac995baf845d50ae0967f1260b969fba Mon Sep 17 00:00:00 2001 From: nicul Date: Fri, 8 May 2020 23:54:24 +0300 Subject: [PATCH] Update readme.md with explicit venv check --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc95e852..8d431443 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ To activate your environment, run: ``` $ source reminders-venv/bin/activate ``` +Please ensure that your shell confirms the activation of the virtual environment before proceeding. This typically means that the shell displays something similar to ```(reminders-venv)``` at the beginning of each line. Then, if you need to work on a different project, you can deactivate your environment by running `deactivate` at the command prompt.