Skip to content

Commit c7da009

Browse files
authored
FIX: Including python suds in installation
FIX: python3-suds
2 parents 4a9ae0c + 937b20c commit c7da009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml
7373
echo -e "\n---- Install python libraries ----"
7474
sudo pip install gdata psycogreen
7575
# This is for compatibility with Ubuntu 16.04. Will work on 14.04, 15.04 and 16.04
76-
sudo -H pip install suds
76+
sudo apt-get install python3-suds
7777

7878
echo -e "\n--- Install other required packages"
7979
sudo apt-get install node-clean-css -y

0 commit comments

Comments
 (0)