diff options
Diffstat (limited to 'sbhs_raspi/requirements.txt')
-rw-r--r-- | sbhs_raspi/requirements.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbhs_raspi/requirements.txt b/sbhs_raspi/requirements.txt index 5c8c61b..5f73360 100644 --- a/sbhs_raspi/requirements.txt +++ b/sbhs_raspi/requirements.txt @@ -1 +1,6 @@ -flask==1.0.2
\ No newline at end of file +# Please run sbhs_communication_server files i.e. sbhs_server.py and sbhs.py in python 2 only. +# This is because we could not figure out the working of pyserial with python 3. + +flask==1.0.2 +pyserial==3.4 + |