Getting Started¶
This section guides you through setting up and running janito.
What's Covered¶
- Installation - Install janito from PyPI or source
- Quick Start - Configure and run your first prompt
Prerequisites¶
Before installing janito, ensure you have:
- Python 3.10+ - janito requires Python 3.10 or higher
- pip or uv - a Python package installer (uv recommended)
- API Key - An API key from your preferred provider (OpenAI, local LLM, etc.)
Next Steps¶
Ready to get started? Head to the Installation guide.