Arduino and python code to fly the RPi quadcopter through the desktop app
-
Add the Watson API key and URL as environment variables with the names "ASSISTANT_APIKEY" and "ASSISTANT_URL" respectively.
-
Run in the directory of installation:
pip install virtualenv; virtualenv venv; source venv/Scripts/activate; pip install -r requirements.txt;
python main.py