Skip to content

Installation

Stable release

To install AirAuth, run this command in your terminal:

uv add AirAuth

Or if you prefer to use pip:

pip install AirAuth

From source

The source files for AirAuth can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/feldroy/AirAuth

Or download the tarball:

curl -OJL https://github.com/feldroy/AirAuth/tarball/main

Once you have a copy of the source, you can install it with:

cd AirAuth
uv sync