Skip to content

Commit 5a41c59

Browse files
authored
Fix conda install command
1 parent 256e2f4 commit 5a41c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pip install plotly==3.6.0
8383

8484
or conda.
8585
```
86-
conda install -c plotly/label/test plotly=3.6.0
86+
conda install -c plotly plotly=3.6.0
8787
```
8888

8989
### Jupyter Notebook Support

0 commit comments

Comments
 (0)