Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# xi-iot-python-sdk

To setup the python sdk for python 3, run following command:

./setup.sh -3

OR
```
$ ./setup.sh -3
```
**OR**

To setup the python sdk for python 2, run following command:

./setup.sh -2

```
$ ./setup.sh -2
```

To run sample API test app for python3, run following command:
```
$ python3 ./blog.py
```

python3 ./blog.py

OR
**OR**

To run sample API test app for python, run following command:

python ./blog.py
```
$ python ./blog.py
``