Fix typos
This commit is contained in:
parent
a6d42f6f65
commit
ee0b2c18ea
|
@ -108,14 +108,14 @@ Examples of Additional indexes with pip
|
|||
::
|
||||
|
||||
$ python -m venv myvenv
|
||||
$ echo "[global]\nextra-index-url = https://pypi.exmaple.com/" > myvenv/pip.conf
|
||||
$ echo "[global]\nextra-index-url = https://pypi.example.com/" > myvenv/pip.conf
|
||||
$ myvenv/bin/pip install foobar
|
||||
|
||||
**User:**
|
||||
|
||||
::
|
||||
|
||||
$ echo "[global]\nextra-index-url = https://pypi.exmaple.com/" >~/.pip/pip.conf
|
||||
$ echo "[global]\nextra-index-url = https://pypi.example.com/" >~/.pip/pip.conf
|
||||
$ pip install foobar
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue