diff --git a/dev/install-dev.sh b/dev/install-dev.sh new file mode 100755 index 0000000..89fe6fb --- /dev/null +++ b/dev/install-dev.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +pip install -U pip wheel +pip install -U setuptools +pip install -U -r dev/requirements-dev.txt