Installing Telemetrix

From ArduinoInfo
Jump to navigation Jump to search

Installing Telemetrix

Installing Telemetrix on PC

The part of Telemetrix that runs on the PC is a python library or module. You need to install it so that python code you write and use Telemetrix to talk to an Arduini microcomputer over the USB connection. You should use "pip" to install it on your PC. pip is the Package Installer for Python, widely used to install and manage software packages from the Python Package Index (PyPI) and other repositories.

To install it do this:

Open the windows Command Line (See HERE about the "Command Line" )

It should open a window and look something like this:

WindowsCommandLinePY.png


type: pip install telemetrix

Watch as many parts of Telemetrix are installed. If no obvious errors, exit or close the command line.