Skip to content
Snippets Groups Projects
Commit 112e7a32 authored by Zsedrovits Tamás's avatar Zsedrovits Tamás
Browse files
parents 5e19afc9 8cb7c991
Branches master
No related tags found
No related merge requests found
...@@ -9,8 +9,10 @@ The installastion steps, when the Python is installed from the MS Store: ...@@ -9,8 +9,10 @@ The installastion steps, when the Python is installed from the MS Store:
- pip install djitellopy=="1.5" (this should intall pygame and opencv-python too, I have used version 1.5) - pip install djitellopy=="1.5" (this should intall pygame and opencv-python too, I have used version 1.5)
- pip install numpy=="1.19.3" (to fix the Windows-><-numpy issue) - pip install numpy=="1.19.3" (to fix the Windows-><-numpy issue)
- pip install dbr=="7.5" (I had license for this, and 8.0 came out later) - pip install dbr=="7.5" (I had license for this, and 8.0 came out later)
Here is the batch code: Here is the batch code:
```batch
```
pip install djitellopy=="1.5" pip install djitellopy=="1.5"
pip install numpy=="1.19.3" pip install numpy=="1.19.3"
pip install dbr=="7.5" pip install dbr=="7.5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment