Look ma, no Labview!
Utilize Poetry to install the rest of the dependencies
- Poetry
- Python 3.7+
- pymodbus
- PyQt5
- pyqtgraph (API reference)
Assuming that poetry is installed correctly Do the following to install the dependencies
$ git clone https://github.com/UCLA-Rocket-Project/daq-display.git
$ cd daq-display
$ poetry install
to run any of the python files do
$ poetry run python <FILEPATH>