This post is how to create a pip config.
In windows
- %userprofile%/pip/pip.ini
In Linux/MAC
- ~/.pip/pip.conf
Contents
- [global]
- index-url = <YOURINDEX>
A place for tutorials on programming and other such works.
This post is how to create a pip config.
In windows
- %userprofile%/pip/pip.ini
In Linux/MAC
- ~/.pip/pip.conf
Contents
- [global]
- index-url = <YOURINDEX>