commit c7b686d849c4f7c8586db75a0814c06cb3b838d2 Author: Andrew Johnson Date: Sat Feb 22 18:42:16 2025 +0100 first commit 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