Skip to content

Commit e859bde

Browse files
committed
update README
1 parent 22766d2 commit e859bde

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,10 @@ conda install jupyter anywidget
106106
### Static Image Export
107107

108108
plotly.py supports [static image export](https://plotly.com/python/static-image-export/),
109-
using either the [`kaleido`](https://github.com/plotly/Kaleido)
110-
package (recommended, supported as of `plotly` version 4.9) or the [orca](https://github.com/plotly/orca)
111-
command line utility (legacy as of `plotly` version 4.9).
109+
using the [`kaleido`](https://github.com/plotly/Kaleido)
110+
package (version 1.0 or greater).
112111

113-
#### Kaleido
114-
115-
The [`kaleido`](https://github.com/plotly/Kaleido) package has no dependencies and can be installed
112+
Kaleido has minimal dependencies and can be installed
116113
using pip
117114

118115
```
@@ -125,6 +122,12 @@ or conda
125122
conda install -c conda-forge python-kaleido
126123
```
127124

125+
Kaleido requires Chrome or Chromium to generate images. By default, Kaleido will use the Chrome or Chromium version already installed on your system. If you don't have it installed or Kaleido can't find it, you may need to install it by running the command:
126+
127+
`plotly_get_chrome`
128+
129+
on your command line.
130+
128131
## Copyright and Licenses
129132

130133
Code and documentation copyright 2019 Plotly, Inc.

0 commit comments

Comments
 (0)