Make sure that you have prepared the following points:
1. Access the edge device remotely (Access the Edge Device via Remote Terminal).
2. Download the SDK files. In the terminal type in the following command and press return.
wget https://download-iot.teamviewer.com/sdks/python/v1.1.0/teamviewer_iot_python_sdk-1.1.0-py3-none-any.whl
3. Install the SDK. In the terminal type in the following command and press return.
sudo pip3 install teamviewer_iot_python_sdk-1.1.0-py3-none-any.whl
4. Extract the package files. In the terminal type in the following command and press return.
unzip teamviewer_iot_python_sdk-1.1.0-py3-none-any.whl -d teamviewer_iot_python_sdk
5. Optional: Run the SDK example. In the terminal type in the following command and press return.
cd teamviewer_iot_python_sdk sudo python3 ./examples/create_metric.py