Add python virtual env instructions

This change adds instructions on how to setup a python virtual env for this
repo.
In addition, the respective requirements files have been added for easy
installation with pip.
This commit is contained in:
Michael Iseli
2022-01-05 09:51:17 +01:00
committed by Roland Kurmann
parent 5dc155f556
commit bf96148461
4 changed files with 19 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
protobuf
qrcode
Pillow