Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 362 Bytes

BiscuitLayer

To run the application, first run pip install -e .. This should not only install all the necessary dependencies in your machine but also set some necessary environment variables. Afterwards, run the following commands:

    export FLASK_APP=biscuit
    python -m flask run

To run the tests, just run:

    python setup.py test