pipenv
Installation
SKILL.md
Pipenv
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install tool, first-time setup, Python version selection | references/install-and-setup.md |
Install Pipenv or configure the environment |
| Pipfile format, version specifiers, lock file | references/pipfile-and-lockfile.md |
Configure Pipfile or understand lock file behavior |
| CLI commands, workflows | references/command-cookbook.md |
Run install/sync/lock/check operations |
| Environment variables, .env loading, venv location | references/environment-management.md |
Control venv placement or load environment variables |
Quick Start
# Install packages (creates Pipfile and venv)
pipenv install requests
# Activate virtual environment shell
pipenv shell