-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register library with pip for easy installation #3
Comments
Good point, I'm not sure what the minimum I support is offhand. Did you test it on 12 and it broke? If so do you have a sense what version it runs on at a minimum? We can then add this to the pip setup like you suggested to make it all work. |
Yes it broke on 0.12. I upgraded pip in a virtual environment and it worked fine. gabe
|
Okay, following a suggestion from Dan, I should list all dependencies in a requirements file so you can run pip once and get it all. Want to do that? If not, I'll try to get it done this week. Also, how would we publish to pip? |
Looks like you publish to pip via: http://marthall.github.io/blog/how-to-package-a-python-app/ I'll start with the requirements.txt file though and can do that later |
As of c961756 I've documented the requirements, I'll update this issue to: register the entire project with pip |
breaks on version '0.12.0'
The text was updated successfully, but these errors were encountered: