Skip to content

Commit

Permalink
Update readme.md with explicit venv check
Browse files Browse the repository at this point in the history
  • Loading branch information
nicul committed May 8, 2020
1 parent 6813131 commit 8f98509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8f98509

Please sign in to comment.