Skip to content

Commit d4f0fde

Browse files
author
J-A Neyret
committed
Add a requirements.txt to ease python dependencies installation.
1 parent a1a664e commit d4f0fde

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ On Debian the pre-requisites (except for Open OCPP) can be installed using the f
4949

5050
```
5151
sudo apt install python3 python3-pip mosquitto libpaho-mqtt-dev
52-
python3 -m pip install kivy paho-mqtt
52+
python3 -m pip install -r requirements.txt
5353
```
5454

5555
### Build options

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
kivy
2+
paho-mqtt

0 commit comments

Comments
 (0)