-
Setup - Linux & python
-
Games
-
SpinGame
- Ubuntu >= 18.04
- ffmpeg >= 3.4.4
- python >= 3.x.x
To check ffmpeg version use: ffmpeg -version
There are a number of dependencies that you need to have!
Install them with:
pip3 install -r ./scripts/requirements.txt
Using the commands below you can install the repository in an editable way. This allows you to modify the library and use the modified version as if you had installed it regularly.
git clone https://github.com/damiafuentes/DJITelloPy.git
cd DJITelloPy
pip install -e .