Current Topic: 7.7.1.1. IBM IoT Platform Basic Starting Steps
You have a privilege to create a quiz (QnA) related to this subject and obtain creativity score...
IBM IoT Platform Basic Starting Steps
One of important tools used in IBM IoT is Python.
- Download the latest Python version from https://www.python.org/
This download should get for you the pip - installation program.
If not there, then download pip by using this command:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
or:
wget https://bootstrap.pypa.io/get-pip.py
Was it clear so far?
Then install pip with python:
python get-pip.py
Now you can download and install IBM IoT libraries with pip:
pip install ibmiotf
Then you can deploy IoT Starter application at IBM
https://www.ibm.com/support/knowledgecenter/en/SSQP8H/iot/getting_started/iot4cp_dashboard.html
Note: you must have IBMid (username) - if you do not have it yet, Sign Up with IBM and get it.