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.6+ - janito requires Python 3.6 or higher
- pip - Python package installer (usually included with Python)
- API Key - An API key from your preferred provider (OpenAI, local LLM, etc.)
Next Steps¶
Ready to get started? Head to the Installation guide.