Skip to content

Commit be31162

Browse files
authored
Update README.md
1 parent 0380732 commit be31162

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,9 @@ Check Point API Python Development Kit simplifies the use of the Check Point Man
2424
capabilities of the library. The kit is compatible with python 2 and 3.
2525

2626
## Instructions
27-
### SDK usage from a remote machine
28-
Install the SDK by using the pip tool or by downloading the repository.
29-
30-
#### Install with pip
31-
Run:
32-
```
33-
pip install cp-mgmt-api-sdk
34-
```
35-
Or:
36-
```
37-
pip install git+https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
38-
```
39-
###### Note: you might be required to use "sudo" for this command.
40-
#### Download the repository
41-
Clone the repository with this command:
42-
```
43-
git clone https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
44-
```
45-
or by clicking on the _‘Download ZIP’_ button and using unzip. <br>
46-
47-
Navigate to `.../cp_mgmt_api_python_sdk/` directory and run:
48-
```
49-
pip install .
50-
```
27+
https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
28+
29+
5130

5231
## Development Environment
5332
The tool is developed using Microsoft C# language and .Net framework version 4.5 (WPF application). The project solution file is configured for Microsoft Visual Studio 2012 and above.

0 commit comments

Comments
 (0)