We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d43c7b + ec6491a commit 272bcbeCopy full SHA for 272bcbe
README.md
@@ -12,7 +12,7 @@ Modbus Simulator with GUI based on modbus-tk and Pymodbus
12
13
```
14
$ # Kivy depends on Cython, Install Cython before running the requirements
15
- $ pip install Cython==0.25.2
+ $ pip install Cython==0.29.2
16
$ pip install -r requirements
17
$ # Choose Modbus Backend modbus_tk or pymodbus (default)
18
$ # To install pymodbus
requirements
@@ -6,6 +6,7 @@ Kivy-Garden==0.1.4
6
pygame==1.9.4
7
pyglet==1.2.4
8
Pygments==2.1.3
9
+pymodbus==2.1.0
10
pyserial==3.2.1
11
requests==2.12.4
-six==1.10.0
+six==1.10.0
0 commit comments