bluestatedigital / bsd-api-python

Python library for Blue State Digital's API
Apache License 2.0
12 stars 14 forks source link

Publish on PyPi #11

Open yahelc opened 8 years ago

yahelc commented 8 years ago

Would it be possible to publish this package on PyPi to simplify and streamline the install process, so we could just run pip install bsdapi?

bmd commented 8 years ago

Will Pip's VCS integration work for you here?

pip install git+https://github.com/bluestatedigital/bsd-api-python

yahelc commented 8 years ago

That could work in the short term, thanks!

aleffert commented 5 years ago

this would still be great

aleffert commented 5 years ago

if anyone is using pipenv, they'll want to do

pipenv install git+https://github.com/bluestatedigital/bsd-api-python?egg=bsdapi