On 16Aug2020 08:32, Marco Sulla <[email protected]> wrote:
>Sorry, didn't read well, Apart the other suggestion, you (or your
>sysop) can create a private Pypi:
>https://pypi.org/project/private-pypi/
Even simpler, you can put a code repo path into your requirements.txt
(or directly with pip via its "-e" option). Example from a project
requirements.txt file:
-e
git+https://github.com/SpectraLogic/[email protected]#egg=ds3-sdk
So if you've an work internal service for your revision control you can
pull directly from that with pip. Note that the above example pulls a
particular tagged release via the "@5.0.3" suffix.
Cheers,
Cameron Simpson <[email protected]> (formerly [email protected])
--
https://mail.python.org/mailman/listinfo/python-list