Use requirements.txt for installation

This commit is contained in:
Gerrit Beine 2023-08-03 15:32:11 +02:00
parent e151d84ea1
commit 8470e830a7
2 changed files with 5 additions and 2 deletions

View file

@ -4,5 +4,5 @@ python3 -m venv venv
. venv/bin/activate
pip install bottle
pip install paho.mqtt
pip install --upgrade pip
pip install -r requirements.txt

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
# Python requirements
bottle
paho-mqtt