pipenv¶
Pipenv is a production-ready tool that aims to bring the best of all packaging worlds to the Python world. It harnesses Pipfile, pip, and virtualenv into one single command.
pipenv install / init¶
activate pipenv virtualenv¶
install packages¶
install regular package:
install package as dev dependency:
install all packages from Pipfile:
omit or keep --dev
to include/exclude dev packages
uninstall a package:
generate a requirements.txt for a project: