Skip to content
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

Open
gabegaster opened this issue May 19, 2016 · 5 comments
Open

Register library with pip for easy installation #3

gabegaster opened this issue May 19, 2016 · 5 comments

Comments

@gabegaster
Copy link
Contributor

breaks on version '0.12.0'

@mdezube
Copy link
Owner

mdezube commented May 19, 2016

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.

@gabegaster
Copy link
Contributor Author

Yes it broke on 0.12. I upgraded pip in a virtual environment and it worked fine.

gabe

On May 19, 2016, at 7:21 PM, mdezube [email protected] wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

@mdezube
Copy link
Owner

mdezube commented May 22, 2016

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?

@mdezube
Copy link
Owner

mdezube commented May 24, 2016

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

@mdezube
Copy link
Owner

mdezube commented May 25, 2016

As of c961756 I've documented the requirements, I'll update this issue to: register the entire project with pip

@mdezube mdezube changed the title add which version of pandas required Register library with pip for easy installation May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants