install instructions
This commit is contained in:
parent
a7817c86df
commit
43dd0af3ec
2 changed files with 20 additions and 6 deletions
15
INSTALL
15
INSTALL
|
@ -1,7 +1,10 @@
|
||||||
|
cd unhb-mqtt
|
||||||
mkdir qrcodes
|
mkdir qrcodes
|
||||||
pip install paho-mqtt
|
|
||||||
pip install pyqrcode
|
virtualenv venv
|
||||||
pip install pillow
|
source venv/bin/activate
|
||||||
pip install matrix-client
|
|
||||||
pip install pycups
|
pip install -r requirements.txt
|
||||||
pip install pypng
|
|
||||||
|
python unhb-mqtt.py
|
||||||
|
|
||||||
|
|
11
requirements.txt
Normal file
11
requirements.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
certifi==2018.11.29
|
||||||
|
chardet==3.0.4
|
||||||
|
idna==2.8
|
||||||
|
matrix-client==0.3.2
|
||||||
|
paho-mqtt==1.4.0
|
||||||
|
Pillow==5.3.0
|
||||||
|
pycups==1.9.74
|
||||||
|
pypng==0.0.18
|
||||||
|
PyQRCode==1.2.1
|
||||||
|
requests==2.21.0
|
||||||
|
urllib3==1.24.1
|
Loading…
Reference in a new issue