@@ -43,21 +43,21 @@ already have a copy you can download one from http://www.splunk.com/download.
4343
4444You can get a copy of the SDK sources by cloning into the repository with git:
4545
46- git clone https://github.com/splunk/splunk-sdk-python.git
46+ > git clone https://github.com/splunk/splunk-sdk-python.git
4747
4848#### Installing
4949
5050You can install the Splunk SDK libraries by using ` easy_install ` or ` pip ` :
5151
52- [sudo] easy_install splunk-sdk
52+ > [ sudo] easy_install splunk-sdk
5353
5454Or
5555
56- [sudo] pip install splunk-sdk
56+ > [ sudo] pip install splunk-sdk
5757
5858Alternatively, you can use ` setup.py ` on the sources you cloned from GitHub:
5959
60- [sudo] python setup.py install
60+ > [ sudo] python setup.py install
6161
6262However, it's not necessarry to install the libraries in order to run the
6363examples and unit tests from the SDK.
@@ -153,8 +153,8 @@ away some of the lower level details of the _binding_ layer.
153153The SDK contains a small but growing collection of unit tests. Running the
154154tests is simple and rewarding:
155155
156- cd tests
157- ./ runtests.py
156+ > cd tests< br >
157+ > python runtests.py
158158
159159Alternatively, you can read more about our testing "framework"
160160[ 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:
218218
219219## Community
220220
221- tay connected with other developers building on Splunk.
221+ Stay connected with other developers building on Splunk.
222222
223223<table >
224224
0 commit comments