|
|
|
@ -64,9 +64,6 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
|
|
|
|
echo -e "\n--- Installing Python 3 + pip3 --"
|
|
|
|
echo -e "\n--- Installing Python 3 + pip3 --"
|
|
|
|
sudo apt-get install wget git python3 python3-pip build-essential python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng16-16 gdebi-core -y
|
|
|
|
sudo apt-get install wget git python3 python3-pip build-essential python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng16-16 gdebi-core -y
|
|
|
|
|
|
|
|
|
|
|
|
echo -e "\n---- Install python packages ----"
|
|
|
|
|
|
|
|
sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml psycopg2 psutil html2text docutils lxml pillow reportlab ninja2 requests gdata XlsxWriter vobject python-openid pyparsing pydot mock mako Jinja2 ebaysdk feedparser xlwt psycogreen suds-jurko pytz pyusb greenlet xlrd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo -e "\n---- Install python packages/requirements ----"
|
|
|
|
echo -e "\n---- Install python packages/requirements ----"
|
|
|
|
sudo pip3 install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt
|
|
|
|
sudo pip3 install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|