💾 Archived View for freeshell.de › tldr › pipenv.gmi captured on 2024-02-05 at 11:49:34. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Simple and unified Python development workflow.
Manages packages and the virtual environment for a project.
pipenv
pipenv --three
pipenv install {package_name}
pipenv install
pipenv install --dev
pipenv uninstall {package_name}
pipenv shell
pipenv lock --requirements
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).