modified moonraker update management section and install

This commit is contained in:
Félix Boisselier
2024-01-09 16:14:37 +00:00
parent 84c406b407
commit ac96cb2eb7
4 changed files with 36 additions and 12 deletions

9
system-dependencies.json Normal file
View File

@@ -0,0 +1,9 @@
{
"debian": [
"python3-venv",
"python3-numpy",
"python3-matplotlib",
"libopenblas-dev",
"libatlas-base-dev"
]
}