I got Python 2.7.8 installed on my Win7 machine, which comes with pip already pre-installed.
I\'m successfully able to install new packages from pip and now I need to add c
Finally got it sorted.
Apparently for Windows users pip.ini
config file is not created, however can be added manually!
just create new %APPDATA%\pip\pip.ini
and content of custom repository:
[install]
find-links = https://:@your.repo.com/custom/url
Reference: https://pip.pypa.io/en/stable/user_guide/#config-file