pip
Installation
SKILL.md
pip
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install pip, upgrade pip, pip.conf settings | references/install-and-setup.md |
pip needs to be installed, upgraded, or configured globally |
| requirements.txt, version specifiers, indexes, hashes | references/requirements-and-indexes.md |
Dependency files, private indexes, or hash pinning is involved |
| CLI commands, install/freeze/list/wheel | references/command-cookbook.md |
Specific pip commands or package workflows are needed |
| venv creation, activation, site-packages, pipx | references/virtual-environments.md |
Virtual environment setup or isolation questions arise |
Quick Start
# 1. Create a virtual environment
python -m venv .venv