updated python_pip_install_if_absent.sh

pull/2/head
Hari Sekhon 6 years ago
parent 8828e57c3d
commit eabd34e9eb

@ -39,6 +39,7 @@ for pip_module in $pip_modules; do
s/[>=].*$//;
s/beautifulsoup4/bs4/;
s/requests-kerberos/requests_kerberos/;
s/MySQL-python/MySQLdb/;
s/PyYAML/yaml/;
' <<< "$pip_module")"

Loading…
Cancel
Save