Hacker News new | ask | show | jobs
by boxy_brown 2979 days ago
Pipenv is mentioned in the PYPA Python Packaging User Guide tool recommendations:

> Application dependency management

> Use Pipenv to manage library dependencies when developing Python applications. See Managing Application Dependencies for more details on using pipenv.

https://packaging.python.org/guides/tool-recommendations/

1 comments

You're quite right. I skimmed Installing Packages, which mentions it in passing is a tool for managing multiple venvs, and Packaging & Distributing Projects, which doesn't mention it at all.