Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhachane authored May 30, 2024
1 parent e395e65 commit cb11cb4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/avi/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ Pip packages hosted at pypi. They can be installed simply as:
$ pip install avisdk
```

Tar packages hosted at GitHub releases can be found under assets on page https://github.com/vmware/alb-sdk/releases. <br>

Pip Package can be installed simply as:
```sh
$ pip install pip-package-avisdk-<release_version>.tar.gz
```
Rpm Package can be installed simply as
```sh
$ rpm -i rpm--package-avisdk-<release_version>.rpm
```

--------------
Usage Examples
--------------
Expand Down

0 comments on commit cb11cb4

Please sign in to comment.