armbian / configurator

armbian-config drop-in replacement
GNU General Public License v3.0
5 stars 6 forks source link

Dependencies needed on Debian 10 Buster #10

Open TheLinuxBug opened 2 years ago

TheLinuxBug commented 2 years ago

apt-get install python3-pyside2.* apt-get install python3-yaml apt-get install python3-qtpy

lanefu commented 2 years ago

if configurator is going to be python, it would be ideal to run from a venv so that we're not enforcing too many system opinions on system packages

Miouyouyou commented 2 years ago

Yeah, that's a good solution actually, I'll see if I can use this to install the dependencies directly, instead of relying on the package manager.