We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abeff7 commit 1fb5631Copy full SHA for 1fb5631
README.rst
@@ -35,15 +35,15 @@ To install for normal usage:
35
36
.. code-block:: bash
37
38
- sudo pip2 install mechanize
+ pip3 install mechanize
39
40
To install for development:
41
42
43
44
git clone https://github.com/python-mechanize/mechanize.git
45
cd mechanize
46
- sudo pip2 install -e .
+ pip3 install -e .
47
48
To install manually, simply add the `mechanize` sub-directory somewhere on your
49
`PYTHONPATH`.
0 commit comments