Skip to content

Conversation

@pengelbrecht
Copy link
Collaborator

Summary

  • Add uv tool install as the recommended installation method
  • Update all examples to use pdit directly instead of uv run pdit
  • Simplify skill instructions for Claude collaboration

Test plan

  • Verified uv tool install . -e works locally
  • Verified pdit --help works after installation

🤖 Generated with Claude Code

Simplify installation instructions to use `uv tool install` which provides
a cleaner experience than `uv run --with`. Users can now just run `pdit`
directly after installation.

- README: Add "Install as a tool" as recommended method
- README: Update all examples to use `pdit` instead of `uv run pdit`
- SKILL.md: Simplify starting instructions to just `pdit script.py`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vangberg
Copy link
Owner

vangberg commented Jan 8, 2026

The tool does not have access to the local venv does it? I.e. cannot access e.g. matplotlib or other dependencies?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants