Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5f21f4

Browse files
authoredMay 15, 2022
Update README.md
1 parent 2aa3841 commit c5f21f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Install the SDK by using the pip tool or by downloading the repository.
2222
#### Install with pip
2323
Run:
2424
```
25+
pip install cp-mgmt-api-sdk
26+
```
27+
Or:
28+
```
2529
pip install git+https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
2630
```
2731
###### Note: you might be required to use "sudo" for this command.
@@ -47,7 +51,7 @@ pip install --upgrade git+https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
4751
#### Uninstall
4852
Uninstall the SDK by using pip tool:
4953
```
50-
pip uninstall cpapi
54+
pip uninstall cp-mgmt-api-sdk
5155
```
5256
###### Note: you might be required to use "sudo" for this command.
5357

0 commit comments

Comments
 (0)
Please sign in to comment.