We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a9ae0c + 937b20c commit c7da009Copy full SHA for c7da009
1 file changed
odoo_install.sh
@@ -73,7 +73,7 @@ sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml
73
echo -e "\n---- Install python libraries ----"
74
sudo pip install gdata psycogreen
75
# This is for compatibility with Ubuntu 16.04. Will work on 14.04, 15.04 and 16.04
76
-sudo -H pip install suds
+sudo apt-get install python3-suds
77
78
echo -e "\n--- Install other required packages"
79
sudo apt-get install node-clean-css -y
0 commit comments