Add pip to build script

This commit is contained in:
Sean Whalen
2018-03-27 10:43:26 -04:00
parent 5405675e26
commit 02944a8f70

View File

@@ -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/