Browse Source

Updated link to get-pip to something local

Yentl Van Tendeloo 8 years ago
parent
commit
7b2c2594c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -80,7 +80,7 @@ Using PyPy
 Since all scripts chain the invocation with the same interpreter as originally invoking the script, you will need to install py.test for PyPy.
 Since all scripts chain the invocation with the same interpreter as originally invoking the script, you will need to install py.test for PyPy.
 Assuming that you already have PyPy installed, you can simply install py.test using these commands:
 Assuming that you already have PyPy installed, you can simply install py.test using these commands:
 ```sh
 ```sh
-wget https://bootstrap.pypa.io/get-pip.py
+wget https://msdl.uantwerpen.be/files/get-pip.py
 pypy get-pip.py --user
 pypy get-pip.py --user
 pypy -m pip install pytest --user
 pypy -m pip install pytest --user
 ```
 ```