Skip to content

Commit 9a99388

Browse files
authored
Update README.rst (#713)
1 parent 5ecc4f5 commit 9a99388

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@ Bandit is distributed on PyPI. The best way to install it is with pip:
5353
Create a virtual environment (optional)::
5454

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

6160
Install Bandit::
6261

6362
pip install bandit
64-
# Or if you're working with a Python 3 project
6563
pip3 install bandit
6664

6765
Run Bandit::

0 commit comments

Comments
 (0)