Created
March 2, 2018 12:53
-
-
Save nickcheng/a9dab8b46a9271041d8c17ac90d59ec3 to your computer and use it in GitHub Desktop.
Install latest pipsi.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script comes from https://github.com/mitsuhiko/pipsi/issues/125#issuecomment-360321441 | |
# Download the pipsi installer script from github | |
$ curl -O https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | |
# Read about the --src option in the help menu | |
$ python get-pipsi.py --help | |
# Run the installer script to get the master branch from github | |
$ python get-pipsi.py --src=git+https://github.com/mitsuhiko/pipsi.git#egg=pipsi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment