Skip to content

Jugendhackt/SMA-rt

Repository files navigation

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