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
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,15 @@ Install a package from `PyPI`_:
[...]
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:
::