Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 232 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 232 Bytes

Notices EAC-CPF générées

  • create a virtualenv in python3

  • install flask and SPARQLWrapper

pip install flask
pip install SPARQLWrapper
  • start the server
cd sandbox
FLASK_APP=server.py flask run