An open API service indexing awesome lists of open source software.

https://github.com/cuspaceflight/m4-gcs

Martlet 4/Hybrid Ground Control Software
https://github.com/cuspaceflight/m4-gcs

Last synced: about 1 year ago
JSON representation

Martlet 4/Hybrid Ground Control Software

Awesome Lists containing this project

README

          

# M4-GCS
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