Skip to content

Commit 27a6f61

Browse files
add upgrade instructions to documentation
1 parent 6b4e9dc commit 27a6f61

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/cli/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Install the CLI extension to the Incydr SDK with pip. Use the following command
1313
$ pip install 'incydr[cli]'
1414
```
1515

16+
To upgrade an existing installation, use the `--upgrade` flag:
17+
18+
```bash
19+
$ pip install 'incydr[cli]' --upgrade
20+
```
21+
1622
See [Getting Started](getting_started.md) for more further details on setting up your Incydr CLI.
1723

1824
## Commands

docs/sdk/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Install using pip:
1515
$ pip install incydr
1616
```
1717

18+
To upgrade an existing installation, use the `--upgrade` flag:
19+
20+
```bash
21+
$ pip install incydr --upgrade
22+
```
23+
24+
1825
Import the `incydr.Client` initialize with your Incydr API Client:
1926

2027
```python

0 commit comments

Comments
 (0)