- Install python if you doesn't have it on your machine
- Open cmd in the source code directory
- Run
pip install -r requirements.txt
orpip3 install -r requirements.txt
- In config.ini , change name to your printer name (you can type
Control Panel\Hardware and Sound\Devices and Printers
as a directory in Explorer, right click at the printer you want to be used and choose Printer properties then replace the name in config file with your printer name) - You can also change the port for the application in config.ini
- If you want it to run in background, just double click the file wsgi.pyw. Else run
python wsgi.py
orpython3 wsgi.py
- Go to
localhost:5000
if you don't change the port in config.ini orlocalhost:[the port you set in config.ini]
and done :) - To stop the program, open task manager and end task all python processes(if you run in background) or Ctrl + C in cmd