Skip to content

Commit

Permalink
Merge pull request #590 from bavedarnow/patch-1
Browse files Browse the repository at this point in the history
Fix typo for activating venv
  • Loading branch information
lukehinds committed Mar 11, 2020
2 parents 5a1c4f0 + eb7d632 commit 3b8806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Create a virtual environment (optional)::
# Or if you're working with a Python 3 project
python3 -m venv bandit-env
# And activate it:
source bandit-venv/bin/activate
source bandit-env/bin/activate

Install Bandit::

Expand Down

0 comments on commit 3b8806f

Please sign in to comment.