Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 233 Bytes

File metadata and controls

21 lines (15 loc) · 233 Bytes

Setup

Step 1:

# pip install flask
# pip install pycups
# pip install qrcode
# pip install gunicorn

Step 2:

# cd this-folder
# gunicorn q:app -D

Step 3:

http://localhost:5000