Skip to content

Commit 3619ea9

Browse files
authored
Merge branch 'master' into dash-image-processing
2 parents c20510a + 7f3fb1a commit 3619ea9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/dash-oil-gas-ternary/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ This is a demo of Dash interactive Python framework developed by [Plotly](https/
66

77
![Animated](assets/Screencast.gif)
88

9+
Try out the [demo app here](https://dash-gallery.plotly.host/dash-oil-gas-ternary/).
10+
911
## Screenshots
1012
![initial](assets/Screenshot.png)
1113

1214
## Requirements
1315
We suggest you to create a separate virtual environment running Python 3 for this app, and install all of the required dependencies there. Run in Terminal/Command Prompt:
1416

1517
```
16-
git clone https://github.com/plotly/dash-sample-apps.git
17-
cd dash-oil-gas-ternary
18+
git clone https://github.com/plotly/dash-sample-apps
19+
cd dash-sample-apps/apps/dash-oil-gas-ternary
1820
python3 -m virtualenv venv
1921
```
2022
In UNIX system:

0 commit comments

Comments
 (0)