Skip to content

Bulnabi-SNU/Bulnabi_DBF2025_CustomGCS_v1

Repository files navigation

윈도우에서, venv 활용

1. 가상환경 생성

python -m venv env


2. 가상환경 활성화

env\Scripts\activate


3. 라이브러리 설치

pip install pyqt5
pip install pyqtgraph
pip install folium
pip install PyQtWebEngine

or 

pip install -r requirements.txt


4. 실행

python main.py


5. 가상환경 비활성화

deactivate

About

Custom Ground Control System prototype for AIAA DBF 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages