Skip to content

Installation

AISCOT's functionality provided by a command-line software program called aiscot.

Debian, Ubuntu, Raspberry Pi

Install AISCOT, and prerequisite packages PyTAK.

1
2
3
4
5
sudo apt update -qq
wget https://github.com/snstac/pytak/releases/latest/download/pytak_latest_all.deb
sudo apt install -f ./pytak_latest_all.deb
wget https://github.com/snstac/aiscot/releases/latest/download/aiscot_latest_all.deb
sudo apt install -f ./aiscot_latest_all.deb

Windows, Linux

Install from the Python Package Index (PyPI)::

sudo python3 -m pip install aiscot

Developers

PRs welcome!

1
2
3
git clone https://github.com/snstac/aiscot.git
cd aiscot/
make editable