Skip to content

Commit

Permalink
Merge pull request #9 from programatt/fixdeps
Browse files Browse the repository at this point in the history
Fixes #8 Cython and pygame dependencies
  • Loading branch information
dhoomakethu authored Jan 9, 2019
2 parents a09d4e5 + 3c3107a commit ec6491a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
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
10 changes: 4 additions & 6 deletions requirements
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
click>=6.7
Cython==0.25.2
Click==7.0
Cython==0.29.2
docutils==0.13.1
Kivy>=1.9.1
Kivy==1.10.1
Kivy-Garden==0.1.4
# modbus-tk==0.5.6
pygame==1.9.2
pygame==1.9.4
pyglet==1.2.4
Pygments==2.1.3
# pymodbus==1.5.2
pyserial==3.2.1
requests==2.12.4
six==1.10.0

0 comments on commit ec6491a

Please sign in to comment.