I have command:
pip install -r ./requirements.txt
I would like for this single command use pip.conf
that is lying near my requirements.txt
. Does pip have some handy option for this?
I have command:
pip install -r ./requirements.txt
I would like for this single command use pip.conf
that is lying near my requirements.txt
. Does pip have some handy option for this?