forked from ljean/modbus-tk
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jackson Holmes-Matheson edited this page Sep 26, 2024
·
2 revisions
Welcome to the modbus-tk wiki!
At the commandline:
pip install modbus-tk
If you have multiple versions of python installed, and would like to specify the exact python interpreter to install modbus-tk to, run the following:
python -m pip install modbus-tk where 'python' is replaced with the absolute path of your chosen python interpreter.
Important
This module relies on PySerial for Modbus RTU use. It is the only dependency and is BSD-3-Clause licensed.
pip install modbus-tk
###Alternate installation on Linux TODO: Go into details regarding manual installation without using pip
WORK IN PROGRESS 2024