1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

fix url example

This commit is contained in:
Srinivas Nyayapati 2020-07-18 12:25:15 -04:00
parent 319e69f14f
commit 168460a8e0

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//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/1.2.3.tar.gz
#. Install from alternative package repositories. #. Install from alternative package repositories.