Python:Install

From wiki
Revision as of 22:26, 25 March 2020 by Hdridder (talk | contribs)
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>
pip uninstall <package>
uninstall <package>