[IMP] odoo_install: add message showing that packages are being installed

pull/120/merge
Yenthe V.G 7 years ago committed by GitHub
parent 7533c827a6
commit 12fbf8118d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,6 +104,7 @@ sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $
#-------------------------------------------------- #--------------------------------------------------
# Install required packages # Install required packages
#-------------------------------------------------- #--------------------------------------------------
echo -e "\n---- Installing Python packages (requirements) ----"
sudo pip3 install -r $OE_HOME_EXT/requirements.txt sudo pip3 install -r $OE_HOME_EXT/requirements.txt
if [ $IS_ENTERPRISE = "True" ]; then if [ $IS_ENTERPRISE = "True" ]; then

Loading…
Cancel
Save