nqfs/demonstration/README.md

19 lines
476 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Démonstration
## Préparer lenvironnement
python3 -m venv .venv
source .venv/bin/activate
pip install -r outils/requirements.txt
## Valider le JSON
./outils/valider-json.py demonstration/facture-demo.json
## Générer le QR
./outils/generer-qr.py demonstration/facture-demo.json demonstration/facture-demo-qr.png
## Générer une facture PDF de démonstration
./demonstration/generer-facture-pdf.py demonstration/facture-demo.json demonstration/facture-demo.pdf