summaryrefslogtreecommitdiff
path: root/install_dependencies.sh
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-11-03 11:09:37 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-03 13:34:18 +0000
commit8a932dce3b90e8f5c89ad00eb07aef3921a0b84a (patch)
treef8741581f950b202cd9703a2161617278d98d99d /install_dependencies.sh
parent093d31991216dff452feb34904e1966473a73dee (diff)
downloadybd-8a932dce3b90e8f5c89ad00eb07aef3921a0b84a.tar.gz
peg requirements at exact versionslc/peg
Diffstat (limited to 'install_dependencies.sh')
-rwxr-xr-xinstall_dependencies.sh19
1 files changed, 1 insertions, 18 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index fcd3a42..1a4c6a2 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -86,21 +86,4 @@ if [ $? -ne 0 ]; then
$SUDO rm get-pip.py
fi
-while read module
-do
- $SUDO pip install $module
- if [ $? -ne 0 ]; then
- echo "Pip install failed for" $module
- exit 1
- fi
-done <<EOM
-pep8
-fs
-pyyaml
-sandboxlib
-requests
-jsonschema
-bottle
-cherrypy
-riemann-client
-EOM
+$SUDO pip install -r requirements.txt