Skip to content

Instantly share code, notes, and snippets.

@oconnoat
Last active August 29, 2015 14:00
Show Gist options
  • Save oconnoat/8fcf8ef94210fedf9db1 to your computer and use it in GitHub Desktop.
Save oconnoat/8fcf8ef94210fedf9db1 to your computer and use it in GitHub Desktop.
Install from source git repo with pip
git clone the repo
python setup.py sdist
pip install --user dist/*.tgz
##If you get a file not found error, there might be a stray reference to readme.md or something in setup.py
via @talideon: https://twitter.com/talideon/status/462591048045588480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment