Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 481 Bytes

File metadata and controls

12 lines (7 loc) · 481 Bytes

Pipenv

Python Development Workflow for Humans

Pipenv is a packaging tool for Python that solves some common problems associated with the typical workflow using pip, virtualenv, and the good old requirements.txt.

In addition to addressing some common issues, it consolidates and simplifies the development process to a single command line tool.

TIL(s)