]> arthur.barton.de Git - netdata.git/blob - python.d/pip_install.sh
84ebb1d5c002efe823ac275642475e2eb4fffcb6
[netdata.git] / python.d / pip_install.sh
1 #!/bin/bash
2
3 PIP=`which pip`
4
5 ${PIP} install --target="python_modules" yaml
6
7 ${PIP} install --target="python_modules" MySQL-python || echo "You need to install libmysqlclient-dev and python-dev"