first commit

This commit is contained in:
Andrew Johnson
2025-02-22 18:42:16 +01:00
commit c7b686d849

27
README.md Normal file
View File

@@ -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