Before You Install
Please see the Verifying/Installing Python section of this document to verify or install the correct version of Python for your computer.
Installing Telemetrix
To install telemetrix on Linux (including Raspberry Pi) and macOS computers, open a terminal window and type:
sudo pip3 install telemetrix
For Windows users, type:
pip install telemetrix
You can find the code for telemetrix on this GitHub repository.