SanderGi's picture
clean up and make contribution ready
38024bc
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