Skip to content

Commit

Permalink
Merge branch 'fix-readme-for-python3' of https://github.com/JakeRogge…
Browse files Browse the repository at this point in the history
…nbuck/mechanize into master
  • Loading branch information
kovidgoyal committed Sep 18, 2020
2 parents 1abeff7 + 1fb5631 commit d918dd4
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 d918dd4

Please sign in to comment.