Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 880 Bytes

QUICKSTART.md

File metadata and controls

24 lines (19 loc) · 880 Bytes

Dependencies

Setup Process

  • Create a local directory and navigate to it
  • Clone the matos code to the local directory
  • Setup a virtual environment: python -m venv /path/to/env
  • Activate virtual environment: source /path/to/env/activate
  • Setup requirements: pip install -r requirements.txt
  • Run flask server: python -m flask run (Default Flask Part)
  • Unittests: python -m unittest

Execution

General Comments

  • Flask app file is named as matos.py