diff --git a/odoo_install.sh b/odoo_install.sh index 3f20d11..66d2db0 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -73,7 +73,7 @@ sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml echo -e "\n---- Install python libraries ----" sudo pip install gdata psycogreen # This is for compatibility with Ubuntu 16.04. Will work on 14.04, 15.04 and 16.04 -sudo -H pip install suds +sudo apt-get install python3-suds echo -e "\n--- Install other required packages" sudo apt-get install node-clean-css -y