LogoClawIndex
CasesSkillsAbout
LogoClawIndex

package-dependency-management - Install Python package dependencies in development mode

Install and manage Python package dependencies in development mode, ensuring required test tools are available for local validation.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Install package in editable mode
  • Install development dependencies
  • Execute test suite with pytest

Inputs

  • Python package repository
  • pip package manager
  • pytest configuration

Outputs

  • Installed package in editable mode
  • Installed development dependencies
  • Test suite execution report

Requirements

  • Python 3.9 or later
  • pyproject.toml or setup.py with dev extras

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
python
dependency-management
pip
pytest
development-environment
Install package in editable mode
Install development dependencies
Execute test suite with pytest
Python package repository
pip package manager
pytest configuration
Installed package in editable mode
Installed development dependencies
Test suite execution report