Tiphys – Pilot of Argonodes – Model creation wizard
Work in progress!
demo.video.mp4
cd /path/to/project
python -m venv ./env
source ./env/bin/activate
pip install -r requirements.txt
- TODO script to install pyscript
pre-commit install
cp secret.py.dist secret.py
- Change values inside the
secret.py
file by random key and default user password. python init_db.py
python app.py
- Open http://127.0.0.1:5000/ in browser