deps: cleanup
This commit is contained in:
parent
9c13468e66
commit
67767e3742
@ -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
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user