mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
* [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
|
|
|
|
|