We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa3841 commit c5f21f4Copy full SHA for c5f21f4
README.md
@@ -22,6 +22,10 @@ Install the SDK by using the pip tool or by downloading the repository.
22
#### Install with pip
23
Run:
24
```
25
+pip install cp-mgmt-api-sdk
26
+```
27
+Or:
28
29
pip install git+https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
30
31
###### 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
47
51
#### Uninstall
48
52
Uninstall the SDK by using pip tool:
49
53
50
-pip uninstall cpapi
54
+pip uninstall cp-mgmt-api-sdk
55
56
57
0 commit comments