SanderGi's picture
clean up and make contribution ready
b389fb6
raw
history blame
159 Bytes
# Activate the virtual environment
. ./venv/bin/activate
# Run the app without auto-reload
python app/app.py
# Deactivate the virtual environment
deactivate