pipenv

v 2024.4.0 Updated: 2 days, 7 hours 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 34
Requested Installations 33