Skip to content

Commit

Permalink
Remove redundant pip line (#884)
Browse files Browse the repository at this point in the history
The getting started doc informs the user how to install Bandit via pip. However, it gives
instructions to use pip and pip3. Bandit is only supported on Python 3.x now. Also, it's
less common to use pip3 when using convenience modules like pyenv. Therefore, this
change leaves just the pip line.
  • Loading branch information
ericwb committed Apr 18, 2022
1 parent d343053 commit cd26ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/start.rst
Expand Up @@ -16,7 +16,6 @@ Create a virtual environment (optional)::
Install Bandit::

pip install bandit
pip3 install bandit

Run Bandit::

Expand Down

0 comments on commit cd26ded

Please sign in to comment.