zhangyi1357 7d5fe68319 update
2024-09-30 17:22:32 +08:00

14 lines
697 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python 接口使用示例
AimRT 提供了以下 Python 接口使用示例:
- {{ '[python examples]({}/src/examples/py)'.format(code_site_root_path_url) }}
- {{ '[helloworld]({}/src/examples/py/helloworld)'.format(code_site_root_path_url) }}
- {{ '[pb_chn]({}/src/examples/py/pb_chn)'.format(code_site_root_path_url) }}
- {{ '[pb_rpc]({}/src/examples/py/pb_rpc)'.format(code_site_root_path_url) }}
关于这些示例的说明:
- 每个示例都有自己独立的 readme 文档,详情请点击示例链接进入后查看;
- 运行示例前需要确保本地已经安装有 `aimrt_py` 包,安装方式请参考[引用与安装Python](../quick_start/installation_py.md)