Skip to content

nathansamuell/groundStation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groundStation

A repository for AIAA-UH Ground station code.



Installation

Install source code

git clone https://github.com/nathansamuell/groundStation/

If installing on Development Machine

Setup and Start Python Virtual Environment: For my virtual environments, I use miniconda. More information on this system can be found here. The stock python module instructions are listed below, which works fine!

python3 -m venv venv
cd groundStation
source bin/venv/activate

Install Project + Dependencies

pip3 install -e .
pip3 install PyQt5

If installing on Running Machine

Install source code

git clone https://github.com/nathansamuell/groundStation/

Install Project Dependencies -- you will also need a DE/WM!!

sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install python3-pyqt5 -y
cd groundStation
pip3 install . --break-system-packages

About

AIAA Ground station Repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages