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

quickstart: Installing already downloaded package

Document how to install a package if the target machine has no network connection.
This commit is contained in:
Pekka Klärck 2016-01-28 23:17:47 +02:00
parent c42168d5d7
commit ba3a20e8b6

View file

@ -11,6 +11,15 @@ Install a package from `PyPI`_:
[...] [...]
Successfully installed SomePackage Successfully installed SomePackage
Install a distribution already downloaded from `PyPI`_ or got elsewhere.
This is useful if the target machine does not have a network connection:
::
$ pip install SomePackage-1.0-py2.py3-none-any.whl
[...]
Successfully installed SomePackage
Show what files were installed: Show what files were installed:
:: ::