ADD: Enterprise specific library dependencies

ADD: num2words
ADD: ofxparse
pull/62/head
Yenthe V.G 8 years ago committed by GitHub
parent 0b8b4d7fc0
commit 7f1d7da84f

@ -133,6 +133,7 @@ if [ $IS_ENTERPRISE = "True" ]; then
echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----"
echo -e "\n---- Installing Enterprise specific libraries ----"
sudo pip3 install num2words ofxparse
sudo apt-get install nodejs npm
sudo npm install -g less
sudo npm install -g less-plugin-clean-css

Loading…
Cancel
Save