21 lines
260 B
ReStructuredText
21 lines
260 B
ReStructuredText
|
pip
|
||
|
===
|
||
|
|
||
|
configuration
|
||
|
-------------
|
||
|
|
||
|
* /etc/pip.conf
|
||
|
* ~/.config/pip/pip.conf
|
||
|
|
||
|
.. code-block:: ini
|
||
|
|
||
|
[global]
|
||
|
index-url = http://localhost:8081/alias/repository/pypi-proxy/simple
|
||
|
|
||
|
installation
|
||
|
------------
|
||
|
|
||
|
.. code-block:: shell
|
||
|
|
||
|
pip install --upgrade name
|