mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
a75f011050
* [install] Ease installation with a GUI that automatically adapts to the OS --------- Co-authored-by: Fabien-B <fabien.bonneval@gmal.com>
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt-get install -f -y python3 python3-pyqt5
|
|
python3 ./sw/tools/install.py
|
|
|
|
|