🛠️ Installation Guide
Welcome to Janito! Follow these steps to install Janito and get started quickly.
Requirements
- Python 3.10 or newer
- pip (Python package manager)
Install from PyPI (Recommended)
pip install janito
⚙️ For installing the latest development version from source, see Developing & Extending.
Verify Installation
Run the following command to check that Janito is installed:
janito --help
You should see the Janito CLI help message.
- For usage instructions, see Usage Guide.
- For development setup, see Developing & Extending.