Getting Started with AlgoKit CLI
Getting Started
Section titled “Getting Started”This guide walks you through installing AlgoKit CLI and creating your first project.
Prerequisites
Section titled “Prerequisites”- Python 3.10+
- pipx (recommended) or pip
- Docker (for LocalNet)
Installation
Section titled “Installation”# Install with pipx (recommended)pipx install algokit
# Or with pippip install algokitVerify Installation
Section titled “Verify Installation”algokit --versionCreate Your First Project
Section titled “Create Your First Project”algokit init my-projectcd my-projectalgokit localnet start