pip3

Gerenciador de pacotes Python. Mais informações: https://pip.pypa.io.

pip3 install {{nome_pacote}}

pip3 install {{nome_pacote}}=={{versão_pacote}}

pip3 install --upgrade {{nome_pacote}}

pip3 uninstall {{nome_pacote}}

pip3 freeze > {{requirements.txt}}

pip3 install --requirement {{requirements.txt}}

pip3 show {{nome_pacote}}