mdezube/sms-analysis

Register library with pip for easy installation

Opened this issue · 5 comments

breaks on version '0.12.0'

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

On May 19, 2016, at 7:21 PM, mdezube notifications@github.com 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

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