28 lines
366 B
Markdown
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
|