deps: cleanup

This commit is contained in:
Alfredo Monclus 2024-05-31 08:05:35 -03:00
parent 9c13468e66
commit 67767e3742
2 changed files with 2 additions and 4 deletions

View File

@ -19,9 +19,9 @@ See [scripts/system-dependencies.json](https://github.com/KlipperScreen/KlipperS
## Create a virtual environment
For example:
```bash
virtualenv -p /usr/bin/python3 ~/.KlipperScreen-env
source ~/.KlipperScreen-env/bin/activate
cd ~/KlipperScreen
python3 -m venv .venv
source .venv/bin/activate
pip install -r scripts/klipperscreen-requirements.txt
```
# Set configurations

View File

@ -13,7 +13,6 @@
"libopenjp2-7",
"wireless-tools",
"libdbus-glib-1-dev",
"policykit-1",
"autoconf"
],
"arch": [
@ -27,7 +26,6 @@
"librsvg",
"openjpeg2",
"dbus-glib",
"polkit",
"autoconf"
]
}