From c7b686d849c4f7c8586db75a0814c06cb3b838d2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 22 Feb 2025 18:42:16 +0100 Subject: [PATCH] first commit --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c10bf52 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Tello Drone Sim + +## Setup + +1. Create the virtual environment by running: + +```bash +python3 -m venv venv +``` + +2. Activate the virtual environment by running: + +```bash +source venv/bin/activate +``` + +3. Install the required packages by running: + +```bash +pip install -r requirements.txt +``` + +4. Run the program by running: + +```bash +python tello_drone.py +``` # tello-sim