# Quick Start


# Installation & First Run

Watch this quick demo to see `my-tool` in action -- from installation through your first build:


<img src="../termshow/getting-started/frame-000.svg" class="gd-termshow-poster" loading="lazy" alt="Terminal recording: getting-started" />

Terminal recording: getting-started (requires JavaScript for playback)


## What just happened?

The recording above shows three steps:

1.  **Install** -- `pip install my-tool` fetches the package from PyPI
2.  **Initialize** -- `my-tool init` scaffolds a new project
3.  **Build** -- `my-tool run --verbose` executes 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](tui-interface.md) guide for the interactive mode.
