pip

Installation
SKILL.md

pip - Python Package Management

The pip module provides a convenient CLI for managing Python packages, ensuring that dependencies are handled correctly within the managed Python environment.

When to Activate

  • When installing, upgrading, or removing Python packages.
  • When listing currently installed Python dependencies.

Patterns & Examples

Install Package

# Install a specific Python package
x pip install pandas

Checklist

  • Confirm the package name.
  • Verify the target Python environment.
Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026