Commit c7a47fa
Changed files (1)
script
script/setup
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+pip install fastapi
+pip install uvicorn[standard]