You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This is a monorepo designed to host all of the apps that have been
4
4
created for the Python Dash Gallery.
5
5
6
-
## Running an example app
6
+
## Running an example app after cloning the repo
7
7
8
8
You will need to run applications, and specify filenames, from the
9
9
root directory of the repository. e.g., if the name of the app you
@@ -14,6 +14,21 @@ of the repository.
14
14
Each app has a requirements.txt, install the dependecies in a virtual
15
15
environment.
16
16
17
+
## Downloading and running a single app
18
+
19
+
Visit the [releases page](https://github.com/plotly/dash-sample-apps/releases) and download and `unzip` the app you want. Then `cd` into the app directory and install its dependencies in a virtual environment in the following way:
0 commit comments