Martlet 4/Hybrid Ground Control Software
CUSF 2018/19
Setup
Tested with Ubuntu 16.04
1.Install PyQt5
sudo apt-get install python3-pyqt5
2.(Optional) Create and activate virtual environment
virtualenv -p python3 venv
source venv/bin/activate
3.Install other dependencies with pip3:
pip3 install -r requirements.txt
Running
Run with run.py
python3 run.py -h lists optional arguments