Skip to content

Commit

Permalink
fix readme to reflect updated Cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
programatt committed Dec 17, 2018
1 parent 77f818a commit 3c3107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Modbus Simulator with GUI based on modbus-tk and Pymodbus

```
$ # Kivy depends on Cython, Install Cython before running the requirements
$ pip install Cython==0.25.2
$ pip install Cython==0.29.2
$ pip install -r requirements
$ # Choose Modbus Backend modbus_tk or pymodbus (default)
$ # To install pymodbus
Expand Down

0 comments on commit 3c3107a

Please sign in to comment.