add package dependency

This commit is contained in:
LongQi 2020-10-23 11:34:27 +08:00
parent 865159fd54
commit e2255c7aa4
2 changed files with 9 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# How to use
Please use `python3`
* `pip3 install -r requirements.txt`
* `python3 app.py PORT`

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
-i https://pypi.org/simple
minimalmodbus==1.0.2
pyserial==3.4