Difference between revisions of "Python:Install"

From wiki
Jump to navigation Jump to search
(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. ;...")
(No difference)

Revision as of 13:32, 24 December 2019

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>