Installation

Install from PyPI (stable):

pip install aiologic

Or from GitHub (latest):

pip install git+https://github.com/x42005e1f/aiologic.git

You can also use other package managers, such as uv.

Third-party distributions

Various third-parties provide aiologic for their environments.

Anaconda.org

aiologic is available via the conda-forge community channel:

conda install conda-forge::aiologic

You can also use the mamba package manager instead of conda.

piwheels

aiologic is also available via the piwheels, a Python package repository which provides pre-compiled packages for the Raspberry Pi. Installation is similar to that from PyPI, but you will need to change your pip configuration or explicitly specify the required index according to the FAQ.