Small webapp to manage DIPY certificates from the workshop
Activate environment
source activate venv312
Install new package
uv pip install -r requirement.txt
Start the app
~/path/to/supervisor/supervisord -c supervisord.conf
Control the app
supervisorctl restart/start/stop/status fastapi
uv venv venv312 --python 3.12