A step by step guide for getting your Python programs to communicate with the InOrbit platform
- Python 3.8.10
- InOrbit account (it's free to sign up!)
- Clone this repo
- Go to your InOrbit Console and get your API Key
- Create virtual environment in the repo directory -
virtualenv venv - Activate the virtual environment -
source venv/bin/activate - Install the Edge SDK package -
pip install inorbit-edge - Set API key environment variable -
export INORBIT_API_KEY=<YOUR API KEY> - Run program -
python example.py - Log in to the InOrbit Control Panel to see your robots InOrbit