Skip to content

Installation

AirCOT is installed as a dependency for various other programs (see above) but can be installed and updated independently.

Debian, Ubuntu, Raspberry Pi

1
2
3
sudo apt update
wget https://github.com/snstac/aircot/releases/latest/download/python3-aircot_latest_all.deb
sudo apt install -f ./python3-aircot_latest_all.deb

Windows, Linux

python3 -m pip install aircot

Developers

1
2
3
git clone https://github.com/snstac/aircot.git
cd aircot/
python3 setup.py install