Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 705 Bytes

SMArt

Development

Developing with a virtual environtment (venv):

  • Create the venv: python3 -m venv venv or with the virtualenv pip package virtualenv venv
  • Activate the venv: . venv/bin/activate
  • Now proceed as usual

If you aren't developing with a venv you can follow from here:

  • Install pip packages: pip install -r requirements.txt
  • Run server ./serve.sh or python3 app.py

Resources