I made some modules in python, and I want to distributed them inside my organization. These modules are already stored in BitBucket.
Is there any way to distribute them using "pip install" for example?
What is the correct way?
You can pip install from GitHub and you should be able to do so (not verified) from Bitbucket since it uses git as well.
pip install git+ssh://[email protected]/my_username/my_repo.git@tagnumber
For private repos see:
Is it possible to use pip to install a package from a private github repository?
You could just add the ssh keys in the right places to make it work.
Another option would be to run your own git remote instance on a server within your organization which might prevent the hassle of authentication for your colleagues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With