Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

inorbit-ai/edge-sdk-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Edge-SDK Python Example

A step by step guide for getting your Python programs to communicate with the InOrbit platform

Requirements

Steps

  1. Clone this repo
  2. Go to your InOrbit Console and get your API Key
  3. Create virtual environment in the repo directory - virtualenv venv
  4. Activate the virtual environment - source venv/bin/activate
  5. Install the Edge SDK package - pip install inorbit-edge
  6. Set API key environment variable - export INORBIT_API_KEY=<YOUR API KEY>
  7. Run program - python example.py
  8. Log in to the InOrbit Control Panel to see your robots InOrbit

FAQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages