-
Notifications
You must be signed in to change notification settings - Fork 1
Download & Installation Dash App
Matias Samuel Miranda edited this page Aug 9, 2020
·
10 revisions
In first step, you must clone the repository and go to dash-app branch. Into the command line console type:
git clone https://github.com/MsMatias/MixturePy.git
this will clone de repository and your next step is jump to dash-app branch
git checkout dash-app
1- Verify that you have the follow dependencies:
- waitress
- dash
- dash-renderer
- dash-html-components
- dash-core-components
- plotly
If in the case not exist the dependecis run:
pip3 install -r requirements.txt
1- cd app
2- run command python3 server.py
3- It will automatically open a new tab in web browser with dash application. If it not happened enter the follow url 127.0.0.1:8082 or localhost:8082