Skip to content

Commit 62b6bb1

Browse files
Merge pull request #403 from splunk/ncanumalla-splunk-patch-2
Remove usage of Easy_install to install SDK
2 parents 7a508da + a01ae70 commit 62b6bb1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ Here's what you need to get going with the Splunk Enterprise SDK for Python.
3939

4040
### Install the SDK
4141

42-
Use the following commands to install the Splunk Enterprise SDK for Python libraries in different ways. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
43-
44-
Use `easy_install`:
45-
46-
[sudo] easy_install splunk-sdk
42+
Use the following commands to install the Splunk Enterprise SDK for Python libraries. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
4743

4844
Use `pip`:
4945

@@ -114,7 +110,7 @@ Save the file as **.splunkrc** in the current user's home directory.
114110

115111
#### Run the examples
116112

117-
Examples are located in the **/splunk-sdk-python/examples** directory. To run the examples at the command line, use the Python interpreter and include any arguments that are required by the example:
113+
Examples are located in the **/splunk-sdk-python/examples** directory. To run the examples at the command line, use the Python interpreter and include any arguments that are required by the example. In the commands below, replace "examplename" with the name of the specific example in the directory that you want to run:
118114

119115
python examplename.py --username="admin" --password="changeme"
120116

0 commit comments

Comments
 (0)