-
Notifications
You must be signed in to change notification settings - Fork 55
Home
dhoomakethu edited this page Sep 12, 2018
·
2 revisions
Welcome to the modbus-simulator wiki!
$ git clone https://github.com/riptideio/modbus-simulator.git
$ cd modbus-simulator
-
create virtualenv and install requirements
$ # Kivy depends on Cython, Install Cython before running the requirements $ pip install Cython==0.25.2 $ pip install -r requirements $ # Choose Modbus Backend modbus_tk or pymodbus (default) $ # To install pymodbus $ pip install pymodbus==1.5.2 $ # To install modbus tk $ Pip install modbus-tk
Start the App with ./tools/launcher