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
- Host: GitHub
- URL: https://github.com/cuspaceflight/m4-gcs
- Owner: cuspaceflight
- License: mit
- Created: 2018-12-03T12:55:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T12:33:42.000Z (over 7 years ago)
- Last Synced: 2024-12-26T08:27:05.232Z (over 1 year ago)
- Language: Python
- Size: 245 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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