python安装djitellopy
时间: 2023-09-25 21:06:31 浏览: 84
python安装
要在一台未安装Python环境的电脑上安装djitellopy,可以按照以下步骤进行操作:
1. 首先,确保你的电脑已经安装了Python环境。如果没有安装的话,你需要先安装Python。
2. 从官方资源中下载djitellopy库的压缩文件(djitellopy-2.4.0.tar.gz)。你可以在提供的链接中找到它。
3. 打开命令行终端,并使用以下命令安装djitellopy库:
```
pip install -i https://pypi.douban.com/simple/ djitellopy
```
这个命令会通过豆瓣源安装djitellopy库。请确保你的电脑已经联网,否则无法下载安装所需的文件。
安装完成后,你就可以在Python程序中使用djitellopy库了。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [从零开始使用Python编程DJI Tello](https://blog.csdn.net/qq_45873528/article/details/115715492)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
- *2* [Python库 | djitellopy-2.4.0.tar.gz](https://download.csdn.net/download/qq_38161040/85092464)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文