Skip to content

nutanix/xi-iot-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xi-iot-python-sdk

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

./setup.sh -3

OR

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

./setup.sh -2

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

python3 ./blog.py

OR

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

python ./blog.py

Releases

No releases published

Packages

No packages published