# Chapter 1 Setup Report

## Machine

| Item | Value |
|---|---|
| Operating system |  |
| Terminal |  |
| Shell |  |
| Notes |  |

## Git Check

```text
Paste `git --version`, `git branch --show-current`, and `git status --short` output here.
```

## Python Check

```text
Paste `python --version`, `python -m pip --version`, and `python environment_summary.py` output here.
```

## Docker Check

```text
Paste `docker version`, `docker compose version`, and `docker compose ps` output here.
```

## Troubleshooting Notes

Describe any issue you encountered, the exact command that failed, and how you fixed or investigated it.

## Readiness Checklist

| Check | Status | Evidence |
|---|---|---|
| Git installed | Pass/Fail |  |
| Repository cloned | Pass/Fail |  |
| Python environment created | Pass/Fail |  |
| Docker available | Pass/Fail |  |
| Chapter 1 service started | Pass/Fail |  |
| Setup documented | Pass/Fail |  |
