Open yahelc opened 8 years ago
Will Pip's VCS integration work for you here?
pip install git+https://github.com/bluestatedigital/bsd-api-python
That could work in the short term, thanks!
this would still be great
if anyone is using pipenv
, they'll want to do
pipenv install git+https://github.com/bluestatedigital/bsd-api-python?egg=bsdapi
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
?