Skip to content

Commit

Permalink
Change sudo pip2 to just pip3 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 17, 2020
1 parent 1abeff7 commit 1fb5631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ To install for normal usage:

.. code-block:: bash
sudo pip2 install mechanize
pip3 install mechanize
To install for development:

.. code-block:: bash
git clone https://github.com/python-mechanize/mechanize.git
cd mechanize
sudo pip2 install -e .
pip3 install -e .
To install manually, simply add the `mechanize` sub-directory somewhere on your
`PYTHONPATH`.
Expand Down

0 comments on commit 1fb5631

Please # to comment.