Files
Sim-Tello-KI-fun/README.md
Andrew Johnson c7b686d849 first commit
2025-02-22 18:42:16 +01:00

28 lines
366 B
Markdown

# 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