- Python 3.11, 3.12, or 3.13
- Create a Virtual Environment
python -m venv venv - Activate Virtual Environment
venv/scripts/Activate - Install Dependencies
pip install ".[pc]" - Launch GLIDER
glider
- Create a Virtual Environment
python -m venv venv - Activate Virtual Environment
source venv/bin/activate - Install Dependencies
pip install ".[pc]" - Launch GLIDER
glider
- Install PyQt6 Through apt
sudo apt install python3-pyqt6 - Create a Virtual Environment with System Package
python -m venv --system-site-packages venv - Activate Virtual Environment
source venv/bin/activate - Install Dependencies
pip install -e . - Launch GLIDER
glider