Fix typos

This commit is contained in:
Donald Stufft 2014-05-14 11:18:22 -04:00
parent a6d42f6f65
commit ee0b2c18ea
1 changed files with 2 additions and 2 deletions

View File

@ -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