Skip to content

Commit e4adff8

Browse files
committed
Merge branch 'develop' of github.com:splunk/splunk-sdk-python into develop
2 parents 608f62a + add4d8e commit e4adff8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ already have a copy you can download one from http://www.splunk.com/download.
4343

4444
You 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

5050
You 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
5454
Or
5555

56-
[sudo] pip install splunk-sdk
56+
> [sudo] pip install splunk-sdk
5757
5858
Alternatively, 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
6262
However, it's not necessarry to install the libraries in order to run the
6363
examples and unit tests from the SDK.
@@ -153,8 +153,8 @@ away some of the lower level details of the _binding_ layer.
153153
The SDK contains a small but growing collection of unit tests. Running the
154154
tests is simple and rewarding:
155155

156-
cd tests
157-
./runtests.py
156+
> cd tests<br>
157+
> python runtests.py
158158
159159
Alternatively, 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

Comments
 (0)