How to install, upgrade & uninstall Python libraries using the terminal app.

preview_player
Показать описание
Download the latest version of #Python 3
use the commands
pip3 install
pip3 list outdated (this gives you the list of out-of-date libraries)
pip3 list --outdated (same as above, but gives you the latest version)
pip3 install --user --upgrade (upgrades library to latest version)
pip3 uninstall ( removes a package).

#pip3 #programming
Рекомендации по теме