pipenv

v 2023.12.1 Updated: 7 months, 2 weeks ago

The officially recommended Python packaging tool.

The officially recommended Python packaging tool. Pipenv -- Python Dev Workflow for Humans -- is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first-class citizen, in our world. It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever-important Pipfile.lock, which is used to produce deterministic builds.

https://pipenv.pypa.io/en/latest/

To install pipenv, paste this in macOS terminal after installing MacPorts

sudo port install pipenv

Add to my watchlist

Installations 32
Requested Installations 31