manage-python-env
Installation
SKILL.md
UV Management
Quick reference for uv - the fast Python package installer and environment manager.
Installation
Install UV
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Or with pip
pip install uv
# Verify installation
uv --version