Quick Start
Installation & First Run
Watch this quick demo to see my-tool in action — from installation through your first build:
What just happened?
The recording above shows three steps:
- Install —
pip install my-toolfetches the package from PyPI - Initialize —
my-tool initscaffolds a new project - Build —
my-tool run --verboseexecutes the build pipeline
You can click any chapter marker in the timeline to jump directly to that step, or use keyboard shortcuts:
| Key | Action |
|---|---|
| Space | Play/Pause |
| ← / → | Seek 5 seconds |
| . | Next chapter |
| , | Previous chapter |
Next Steps
Now that you have my-tool installed, check out the TUI Interface guide for the interactive mode.