-
Notifications
You must be signed in to change notification settings - Fork 22
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
Installation via pip ? #8
Comments
Will look into this. Thanks! |
We have some custom dependencies that aren't on PyPi which is why the basic pip install command doesn't work. However, I was able to get it working using the following command: sudo pip install --process-dependency-links --trusted-host github.com http://github.com/ini-bdds/bdbag/archive/master.zip Let me know if it works for you and if so I will update the README.md and close this out. |
See #10 which would simplify pip release - perhaps we can also get the bagit-profiles-validator released officially for pip? |
There is also a newer |
The changes in PR #13 should take care of this. |
#13 works great, tested with a fresh virtualenv! Would you be able to merge this and perhaps roll a release towards pypi? We would like to use this from commonworkflowlanguage/cwltool |
Working on it now. Will update bagit dependency to latest 1.6.2 and get pypi going. |
Release 1.1.1 has been tagged and uploaded to PyPi. One can now |
It would be helpful for packaging if you could support pip:
The text was updated successfully, but these errors were encountered: