Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 551eaa6

Browse files
committed
update install commands
1 parent 2821776 commit 551eaa6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/python/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The [`kaleido`](https://github.com/plotly/Kaleido) package has no dependencies a
193193
using pip...
194194

195195
```
196-
$ pip install -U kaleido
196+
$ pip install --upgrade kaleido
197197
```
198198

199199
or conda.

doc/python/static-image-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This page demonstrates how to export interactive Plotly figures to static image
4545
Static image generation requires [Kaleido](https://github.com/plotly/Kaleido).
4646
Install Kaleido with pip:
4747
```
48-
$ pip install -U kaleido
48+
$ pip install --upgrade kaleido
4949
```
5050
or with conda:
5151
```

doc/python/static-image-generation-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ While adding support for Kaleido v1, we are deprecating support for earlier vers
4343
To migrate from either Orca or Kaleido v0, first install the latest Kaleido with:
4444

4545
```bash
46-
pip install -U kaleido
46+
pip install --upgrade kaleido
4747
```
4848

4949
## Engine Parameter

0 commit comments

Comments
 (0)