Nexus URLs for installing and pushing packages, using it with pip
October 4, 2023
Links:
- https://nexus.ny1.ninetyone.com/repository/pypyi-internal/ - upload packages
- https://nexus.ny1.ninetyone.com/repository/pypy-all/simple/ - download packages
Upload via twine:
twine upload --repository nexus dist/your_package.whl --config-file .pypirc
Download via pip:
pip install blpapi --index-url [https://nexus.ny1.ninetyone.com/repository/pypy-all/simple](https://nexus.ny1.ninetyone.com/repository/pypy-all/simple) --trusted-host nexus.ny1.ninetyone.com
pip install pandas --index-url [https://nexus.ny1.ninetyone.com/repository/pypy-all/simple](https://nexus.ny1.ninetyone.com/repository/pypy-all/simple) --trusted-host nexus.ny1.ninetyone.com