Skip to content

Commit 272bcbe

Browse files
committed
Merge branch 'master' into python3, Add pymodbus to default requirements
2 parents 1d43c7b + ec6491a commit 272bcbe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Modbus Simulator with GUI based on modbus-tk and Pymodbus
1212

1313
```
1414
$ # Kivy depends on Cython, Install Cython before running the requirements
15-
$ pip install Cython==0.25.2
15+
$ pip install Cython==0.29.2
1616
$ pip install -r requirements
1717
$ # Choose Modbus Backend modbus_tk or pymodbus (default)
1818
$ # To install pymodbus

requirements

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Kivy-Garden==0.1.4
66
pygame==1.9.4
77
pyglet==1.2.4
88
Pygments==2.1.3
9+
pymodbus==2.1.0
910
pyserial==3.2.1
1011
requests==2.12.4
11-
six==1.10.0
12+
six==1.10.0

0 commit comments

Comments
 (0)