pip3Gerenciador de pacotes Python. Mais informações: https://pip.pypa.io.
pip3 install {{nome_pacote}}
pip3 install {{nome_pacote}}=={{versão_pacote}}
pip3 install {{[-U|--upgrade]}} {{nome_pacote}}
pip3 uninstall {{nome_pacote}}
pip3 freeze > {{requirements.txt}}
pip3 install {{[-r|--requirement]}} {{requirements.txt}}
pip3 show {{nome_pacote}}