Skip to content

Instantly share code, notes, and snippets.

@nickcheng
Created March 2, 2018 12:53
Show Gist options
  • Save nickcheng/a9dab8b46a9271041d8c17ac90d59ec3 to your computer and use it in GitHub Desktop.
Save nickcheng/a9dab8b46a9271041d8c17ac90d59ec3 to your computer and use it in GitHub Desktop.
Install latest pipsi.
# 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