@@ -43,21 +43,21 @@ already have a copy you can download one from http://www.splunk.com/download.
43
43
44
44
You can get a copy of the SDK sources by cloning into the repository with git:
45
45
46
- git clone https://github.com/splunk/splunk-sdk-python.git
46
+ > git clone https://github.com/splunk/splunk-sdk-python.git
47
47
48
48
#### Installing
49
49
50
50
You can install the Splunk SDK libraries by using ` easy_install ` or ` pip ` :
51
51
52
- [sudo] easy_install splunk-sdk
52
+ > [ sudo] easy_install splunk-sdk
53
53
54
54
Or
55
55
56
- [sudo] pip install splunk-sdk
56
+ > [ sudo] pip install splunk-sdk
57
57
58
58
Alternatively, you can use ` setup.py ` on the sources you cloned from GitHub:
59
59
60
- [sudo] python setup.py install
60
+ > [ sudo] python setup.py install
61
61
62
62
However, it's not necessarry to install the libraries in order to run the
63
63
examples and unit tests from the SDK.
@@ -153,8 +153,8 @@ away some of the lower level details of the _binding_ layer.
153
153
The SDK contains a small but growing collection of unit tests. Running the
154
154
tests is simple and rewarding:
155
155
156
- cd tests
157
- ./ runtests.py
156
+ > cd tests< br >
157
+ > python runtests.py
158
158
159
159
Alternatively, you can read more about our testing "framework"
160
160
[ here] ( https://github.com/splunk/splunk-sdk-python/tree/master/tests ) .
@@ -218,7 +218,7 @@ For a gentle introduction to the Splunk product and some of its capabilities:
218
218
219
219
## Community
220
220
221
- tay connected with other developers building on Splunk.
221
+ Stay connected with other developers building on Splunk.
222
222
223
223
<table >
224
224
0 commit comments