Skip to content

Installation

Stable release

To install AirField, run this command in your terminal:

uv add AirField

Or if you prefer to use pip:

pip install AirField

From source

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

You can either clone the public repository:

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

Or download the tarball:

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

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

cd AirField
uv sync