# Get Started URL: /docs/get-started/ Section: get-started Tags: onboarding -------------------------------------------------------------------------------- Install Milo with pip install milo (requires Python 3.14+), then create your first app with milo dev. Download Installation Step 1 Install with uv, pip, or from source Set up Milo and verify your Python 3.14t environment. Quickstart Step 2 Build a counter app in 5 minutes Write a reducer, create a template, and run your first interactive app. Next steps State management — Store, middleware, combined reducers Multi-screen flows — Chain screens with >> Interactive forms — Collect structured input Sagas — Side effects with generators -------------------------------------------------------------------------------- Metadata: - Author: lbliii - Word Count: 87 - Reading Time: 1 minutes