Last active
August 29, 2015 14:00
-
-
Save oconnoat/8fcf8ef94210fedf9db1 to your computer and use it in GitHub Desktop.
Install from source git repo with pip
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
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