This program is an API that shows you the products available. You can choose and select what you want, and send the command list to the bar.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
QRCommande need python3 on your linux (debian) production server.
$ sudo apt-get install python3 python3-pipThe 'requirements.txt' include all the dependencies needed by QRCommande.
To install them without 'virtualenv', just type this command :
$ sudo pip3 install -r requirements.txtWith 'virtualenv' :
Take care!!! virtualenv have to run with python3 :
$ virtualenv -p python3 name_folder$ pip install -r requirements.txt$ python3 run.pyOr in a virtualenv :
$ python run.py