Python:Install

From wiki
Revision as of 13:32, 24 December 2019 by Hdridder (talk | contribs) (Created page with "pip is the python program for module installation and upgrade. Wheels are preconfigured packages that allow easy off-line installation. They usually have a .whl extension. ;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

pip is the python program for module installation and upgrade.

Wheels are preconfigured packages that allow easy off-line installation. They usually have a .whl extension.

pip install <wheelfile>
install from <wheelfile>