Skip to content

Commit d1fc9a8

Browse files
committed
Merge "Install Dependency" sections and better explain that Kaleido is new and recommended
1 parent a033df0 commit d1fc9a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: doc/python/static-image-export.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Plotly figures are interactive when viewed in a web browser: you can hover over
4141

4242

4343
<!-- #region -->
44-
#### Install Dependencies (Kaleido)
45-
Static image generation requires the [`kaleido`](https://github.com/plotly/Kaleido) package which can be installed using pip...
44+
#### Install Dependencies
45+
Static image generation requires either [Kaleido](https://github.com/plotly/Kaleido) (recommended) or [orca](https://github.com/plotly/orca) (legacy). The `kaleido` package can be installed using pip...
4646
```
4747
$ pip install -U kaleido
4848
```
@@ -52,8 +52,7 @@ or conda.
5252
$ conda install -c plotly python-kaleido
5353
```
5454

55-
#### Install Dependencies (Orca)
56-
While Kaleido is now the recommended approach, image export can also be supported by the [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.
55+
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.
5756

5857
<!-- #endregion -->
5958

0 commit comments

Comments
 (0)