Skip to content

Commit

Permalink
Update README.rst (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwb committed Jun 15, 2021
1 parent 5ecc4f5 commit 9a99388
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.rst
Expand Up @@ -53,15 +53,13 @@ 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-env/bin/activate

Install Bandit::

pip install bandit
# Or if you're working with a Python 3 project
pip3 install bandit

Run Bandit::
Expand Down

0 comments on commit 9a99388

Please sign in to comment.