Skip to content

bounthongh/Qr_Commande

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git (master)

pipeline status coverage report

git (dev)

pipeline status coverage report

QRCOmmande

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.

Getting Started

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.

alt text

Prerequisites

QRCommande need python3 on your linux (debian) production server.

$ sudo apt-get install python3 python3-pip

Installing

The 'requirements.txt' include all the dependencies needed by QRCommande.

To install them without 'virtualenv', just type this command :

$ sudo pip3 install -r requirements.txt

With 'virtualenv' :

Take care!!! virtualenv have to run with python3 :

$ virtualenv -p python3 name_folder
$ pip install -r requirements.txt

Running

$ python3 run.py

Or in a virtualenv :

$ python run.py

Routing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages