-
Notifications
You must be signed in to change notification settings - Fork 3
Advanced setup
ErnGusMik edited this page Sep 16, 2022
·
2 revisions
user@os$ pip install tello-sdk==VERSION_NUMBER
- All available versions are listed here
- VERSION_NUMBER should be replaced by the version you want to install.
tello = Tello(
log_in_console=False
)
- On by default.
- To display debug messages (for when problems happen), turn logging in the console to
False
. - Info, Warning, Error and Critical messages are displayed in the console when
log_in_console
is True.
tello = Tello(
tips=False
)
- On by default.
- Tips are displayed using
print()
not usinglogging
.
Install on pip: pip install tello-sdk
Go home
Created by ErnGusMik in 2022. Licensed under the MIT license.