]> arthur.barton.de Git - netdata.git/blob - python.d/pip_install.sh
76b1d2a15a05c02b4f2e5d0e93f44a1005c90997
[netdata.git] / python.d / pip_install.sh
1 #!/bin/bash
2
3 # FIXME
4 # 1. make sure you are in the proper directory
5 # 2. In fedora 24, the python modules names are not known
6
7 PIP=`which pip`
8
9 ${PIP} install --target="python_modules" yaml
10
11 ${PIP} install --target="python_modules" MySQL-python || echo "You need to install libmysqlclient-dev and python-dev"