Skip to content

Commit 75237dc

Browse files
authored
Merge pull request #5017 from plotly/conda-forge
Update conda install instructions
2 parents 701951a + e20e8e9 commit 75237dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pip install plotly
8585
or conda.
8686

8787
```
88-
conda install -c plotly plotly
88+
conda install -c conda-forge plotly
8989
```
9090

9191
### Jupyter Widget Support

doc/python/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ pip install plotly
6464
or `conda`:
6565

6666
```
67-
$ conda install -c plotly plotly
67+
$ conda install -c conda-forge plotly
6868
```
6969

7070
If you want to use Plotly Express, install its required dependencies with:

0 commit comments

Comments
 (0)