Installation
Requirements
- Python 3.10 or higher
pip
In a virtual environment (recommended)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install archtool
Verify
Development install
If you want to contribute or run the tests locally: