- pip3 is the Python3 version of pip
- pip is the Python2 version
Commands
packages and modules are synonyms in this excerpt use pip or pip3 for your case
|
search package |
|
|
install package |
|
|
upgrade all installed packages |
|
|
uninstall package |
|
|
list all packages |
|
|
list all packages installed |
|