Skip to content

Commit 1fb5631

Browse files
Change sudo pip2 to just pip3 in readme
1 parent 1abeff7 commit 1fb5631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ To install for normal usage:
3535

3636
.. code-block:: bash
3737
38-
sudo pip2 install mechanize
38+
pip3 install mechanize
3939
4040
To install for development:
4141

4242
.. code-block:: bash
4343
4444
git clone https://github.com/python-mechanize/mechanize.git
4545
cd mechanize
46-
sudo pip2 install -e .
46+
pip3 install -e .
4747
4848
To install manually, simply add the `mechanize` sub-directory somewhere on your
4949
`PYTHONPATH`.

0 commit comments

Comments
 (0)