-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Matias Samuel Miranda edited this page May 17, 2020
·
11 revisions
Before run Mixture or Dash App you need execute the following commands that will download dependencies:
1- Installing Python3
sudo apt install python3
2- Installing pip3
sudo apt install python3-pip
3- Installing python packages
sudo pip3 install pandas numpy scikit-learn multiprocessing joblib xlrd openpyxl
If return error trying installing this libraries, remove "multiprocessing" on above command line