Installation Guide
This guide explains how to install Janito and verify your setup.
Requirements
- Python 3.10 or newer
Installation Methods
You can install Janito using pip from either PyPI (for stable releases) or directly from GitHub (for the latest development version).
From PyPI (Stable)
pip install janito
From GitHub (Development Version)
pip install git+https://github.com/janito-dev/janito.git
For development setup and contributing, see Developing & Extending.
Verifying Your Installation
To confirm Janito is installed correctly, run:
janito --help
You should see the Janito CLI help message.