Skip to content

Commit

Permalink
Merge pull request #583 from look4regev/patch-1
Browse files Browse the repository at this point in the history
[DOC] Support python3 venv creation
  • Loading branch information
lukehinds committed Mar 7, 2020
2 parents 3e14530 + dc6cef1 commit a55e65d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Bandit is distributed on PyPI. The best way to install it is with pip:
Create a virtual environment (optional)::

virtualenv bandit-env
# Or if you're working with a Python 3 project
python3 -m venv bandit-env
# And activate it:
source bandit-venv/bin/activate

Install Bandit::

Expand Down

0 comments on commit a55e65d

Please sign in to comment.