Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 470 Bytes

emotions_vocales_apibridge

PyPI - Python Version

follow http://flask.pocoo.org/docs/1.0/installation/#installation

Create a virtualenv for python

Install the dependency indicated in the requirements.txt file

pip install -r requirements.txt

Export FLASK_APP environment variable then run the application

$ export FLASK_APP=index.py
$ flask run