Skip to content

Commit 1e8c1cd

Browse files
authored
updated with av
1 parent 080ca6d commit 1e8c1cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ This implementation would work better if you have a GPU in your system and use C
1515
Also, in order to test it on a Tello, make sure that you have the drone turned on and connected to its WiFi network. Once you esecute this code, press `TAB` to take-off and `BACKSPACE` to land. Other manual navigation commands are given in the header of the python code.
1616

1717
## Getting Started
18+
19+
Make sure you have installed `TelloPy` from https://github.com/hanyazou/TelloPy.
20+
1821
Install Dependencies (Not Mentioned Above)
1922
```bash
2023
$ sudo -H pip3 install -r requirements.txt
24+
$ sudo -H pip3 install av opencv-python
2125
$ sudo -H pip3 install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
2226
```
2327

0 commit comments

Comments
 (0)