fix url example

This commit is contained in:
Srinivas Nyayapati 2020-07-18 12:25:15 -04:00
parent 319e69f14f
commit 168460a8e0
1 changed files with 3 additions and 3 deletions

View File

@ -920,9 +920,9 @@ Examples
::
$ pip install SomeProject@http://my.package.repo//SomeProject-1.2.3-py33-none-any.whl
$ pip install "SomeProject @ http://my.package.repo//SomeProject-1.2.3-py33-none-any.whl"
$ pip install SomeProject@http://my.package.repo//1.2.3.tar.gz
$ pip install SomeProject@http://my.package.repo/SomeProject-1.2.3-py33-none-any.whl
$ pip install "SomeProject @ http://my.package.repo/SomeProject-1.2.3-py33-none-any.whl"
$ pip install SomeProject@http://my.package.repo/1.2.3.tar.gz
#. Install from alternative package repositories.