Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit b412939

Browse files
committed
Update conda install command to include conda-forge to get updated dash versions
1 parent ffacce6 commit b412939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ pip install jupyter-dash
1414
```
1515
or conda
1616
```
17-
$ conda install -c plotly jupyter-dash
17+
$ conda install -c conda-forge -c plotly jupyter-dash
1818
```
1919

2020
## JupyterLab support

0 commit comments

Comments
 (0)