commit 4a649fe6bc8e4f2f2864f9187961587a7bc2bb3b Author: agix columbeff@gmail.com Date: Wed Apr 1 12:36:20 2020 +0200
Changed the address to get-pip.py
Signed-off-by: Philipp Winter phw@nymity.ch --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst index a06c2cd..559f5e4 100644 --- a/README.rst +++ b/README.rst @@ -110,9 +110,9 @@ BridgeDB should work with or without a Python virtualenv. - Install Pip 1.3.1 or later. Debian has this version, but if for some reason that or a newer version isn't available, the easiest way to install a newer Pip is to use the Pip development teams's `getpip - script https://raw.github.com/pypa/pip/master/contrib/get-pip.py`__:: + script https://bootstrap.pypa.io/get-pip.py`__::
- wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py + wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py