first commit
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal 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
|
||||
Reference in New Issue
Block a user