- Install Python 3.7
- Install
pipenv
usingpip install pipenv
- Install the dependencies for this project by running
pipenv install
in the root of this project (same directory as thisREADME.md
)
- Run the program using the command
pipenv run python main.py
from djitellopy import Tello
tello = Tello()
tello.connect()
tello.takeoff()
tello.land()