From 02944a8f70bd65e169a7e168a6771c9e2dee3cb7 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 27 Mar 2018 10:43:26 -0400 Subject: [PATCH] Add pip to build script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 217ba35..c04c293 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash . ~/venv/domainaware/bin/activate +pip install -U -r requirements.txt cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ cd .. rm -rf dist/ build/