pip
This commit is contained in:
parent
1377e17013
commit
e76656855d
2 changed files with 21 additions and 0 deletions
|
@ -52,6 +52,7 @@ RTFD
|
|||
public/pandoc/index
|
||||
public/parted/index
|
||||
public/pdftk/index
|
||||
public/pip/index
|
||||
public/python3/index
|
||||
public/qemu-system/index
|
||||
public/restructuredtext/index
|
||||
|
|
20
rtfd/public/pip/index.rst
Normal file
20
rtfd/public/pip/index.rst
Normal file
|
@ -0,0 +1,20 @@
|
|||
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
|
Loading…
Reference in a new issue