We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a664e commit d4f0fdeCopy full SHA for d4f0fde
README.md
@@ -49,7 +49,7 @@ On Debian the pre-requisites (except for Open OCPP) can be installed using the f
49
50
```
51
sudo apt install python3 python3-pip mosquitto libpaho-mqtt-dev
52
-python3 -m pip install kivy paho-mqtt
+python3 -m pip install -r requirements.txt
53
54
55
### Build options
requirements.txt
@@ -0,0 +1,2 @@
1
+kivy
2
+paho-mqtt
0 commit comments