Skip to content

Commit

Permalink
Update README.rst (PyCQA#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwb authored and mikespallino committed Jan 7, 2022
1 parent 5e63e45 commit 895e905
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 895e905

Please sign in to comment.