--- a +++ b/diabetes-api/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +pip install --upgrade pip +pip install -r requirements.txt