Skip to content

Installing The Client Software

Before You Install

Please see the Verifying/Installing Python section of this document to verify that you have the correct version of Python on your computer.

All commands listed below are entered using a command or terminal window.

Installing The Telemetrix-ESP32 Client

For Windows

IMPORTANT NOTE: The threaded BLE API is not compatible with Windows. The asyncio API is compatible.

pip install telemetrix-esp32

If you need to upgrade to the newest version from the previous version:

pip install telemetrix-esp32 --upgrade

Linux And macOS

To install telemetrix-esp32 on Linux (including Raspberry Pi) and macOS computers, open a terminal window and type:

sudo pip3 install telemetrix-esp32

If you need to upgrade to the newest version from the previous version:

sudo pip3 install telemetrix-esp32 --upgrade

The three client APIs are installed with the pip or pip3 command.