# Setup ## Installation Install `pconfigs` from PyPI: ```bash pip install pconfigs ``` ## IDE integration (optional) `pconfigs` ships with optional IDE config files for Claude Code and Cursor. After installing, run the appropriate command to place the config file in your project root: ```bash python -m pconfigs.claude install # installs .claude/rules/pconfigs.md python -m pconfigs.cursor install # installs .cursor/rules/pconfigs.mdc ```