From 1fb56313cad040aebeaa3b1a2a1b45b47c63e6d0 Mon Sep 17 00:00:00 2001 From: jakeroggenbuck Date: Thu, 17 Sep 2020 09:47:44 -0700 Subject: [PATCH] Change sudo pip2 to just pip3 in readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index abe01f5..2f8b1b2 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ To install for normal usage: .. code-block:: bash - sudo pip2 install mechanize + pip3 install mechanize To install for development: @@ -43,7 +43,7 @@ To install for development: 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`.