I want to install some python dependency using requirement.txt
file. But as you can see to install a client-py
I have to use some additional flags manly extra-index-url
. How can I accommodate this in single requirement.txt file.
pip3 install \
word2number==1.1 \
setuptools==57.0.0 \
numpy \
scipy \
pyproj
pip3 install --ignore-requires-python client-py --extra-index-url https://conda.abc.com/artifactory/api/pypi/noc-shared-pypi/simple