pip
This commit is contained in:
parent
1377e17013
commit
e76656855d
2 changed files with 21 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue