cbteeple / pressure_control_interface

The top-level control interface for controlling a Ctrl-P pressure control system.
https://ctrl-p.cbteeple.com/latest/top-level
MIT License
1 stars 1 forks source link

Add a dependencies install file (requirements.txt) #6

Closed cbteeple closed 2 years ago

cbteeple commented 3 years ago

Expected Behavior

Need to have a requirements.txt file to store dependencies. This is especially important because we have some odd dependencies (like pyserial rather than serial module)

Actual Behavior

You just have to run things and find out what dependencies you are missing.

cbteeple commented 3 years ago

There actually is a requirements.txt file, but just need to add pyserial