deeplook / mcinstall

A script to quickly make/provision a fresh Miniconda installation from scratch.
MIT License
5 stars 3 forks source link

Add index-url params for pip-installing dependencies #13

Closed deeplook closed 4 years ago

deeplook commented 4 years ago

These should actually be two, --index-url and --extra-index-url. For now only for the programmatic usecase.

omanges commented 4 years ago

I would like to work on this issue. Please assign it to me.

omanges commented 4 years ago

How can we determine for which package we need --index-url, do pip handles it if it does not find the package in the specified index, it goes to default i.e https://pypi.org/?

deeplook commented 4 years ago

This remains pip's business, see https://pip.pypa.io/en/stable/reference/pip_install/#install-index-url.

deeplook commented 4 years ago

Thanks!