Configure Extra Python PIP Index in Windows
In some cases, it needs to configure an extra pip repository for the pip in windows, here are the instructions.
- In the path
%appdata%
, create a directorypip
- Create a file
pip.ini
in the above-created directorypip
-
Edit the created file
pip.ini
with the following example content