This repo contains an example code to test out the python viam sdk.
- Get your Viam API key, the key id and the Machine address (URI) from the platform and replace them in the code.
- To install the SDK run the following (if not installed already):
python3 -m venv .venv
source .venv/bin/activate
pip3 install viam-sdk
- To run the code
python app.py