Skip to content

Installation

Install on Debian, Ubuntu or Raspberry Pi

TAKProto is distributed as a Debian package (.deb). takproto should be compatible with most contemporary system-Python versions from Python 3.6 onward.

To install takproto, download the takproto package and install using apt:

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

Install from Python Package Index (PyPI)

python3 -m pip install takproto

Install from Source

1
2
3
git clone https://github.com/snstac/takproto.git
cd takproto/
python3 -m pip install .