From 9a99388125538b25ce55d7bc4e0a356433b57c6a Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 15 Jun 2021 09:03:10 -0700 Subject: [PATCH] Update README.rst (#713) --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index b13bc6cc9..f0fbf8341 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,6 @@ 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 @@ -61,7 +60,6 @@ Create a virtual environment (optional):: Install Bandit:: pip install bandit - # Or if you're working with a Python 3 project pip3 install bandit Run Bandit::