Skip to content

Commit 96b9270

Browse files
Merge pull request #2958 from plotly/kaleido_conda_forge
Update kaleido instructions to install from conda-forge
2 parents bcbdc4f + 4727d31 commit 96b9270

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
@@ -156,7 +156,7 @@ $ pip install -U kaleido
156156
or conda.
157157

158158
```
159-
$ conda install -c plotly python-kaleido
159+
$ conda install -c conda-forge python-kaleido
160160
```
161161

162162
#### Orca

doc/python/static-image-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ pip install -U kaleido
5050

5151
or conda.
5252
```
53-
$ conda install -c plotly python-kaleido
53+
$ conda install -c conda-forge python-kaleido
5454
```
5555

5656
While Kaleido is now the recommended approach, image export can also be supported by the legacy [orca](https://github.com/plotly/orca) command line utility. See the [Orca Management](/python/orca-management/) section for instructions on installing, configuring, and troubleshooting orca.

0 commit comments

Comments
 (0)