Skip to content

Commit 3c3107a

Browse files
committed
fix readme to reflect updated Cython version
1 parent 77f818a commit 3c3107a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)