uv-pip-install

Installation
SKILL.md

uv-pip-install

Install and manage Python packages in the uv-managed virtual environment.

Quick start

# Install a package
uv pip install requests

# Install multiple packages
uv pip install pandas numpy matplotlib

# Install with extras
uv pip install httpx[http2]

# Check if a package is installed
uv pip show python-docx
Related skills

More from memento-teams/memento-skills

Installs
8
GitHub Stars
1.3K
First Seen
Mar 26, 2026