# 如果是装树莓派,按照 Open_Duck_Mini_Runtime(https://github.com/apirrone/Open_Duck_Mini_Runtime) 的 README.md 中安装runtime的方式安装即可
# 创建python虚拟环境,这里是使用的conda
conda activate open_duck_mini_runtime
git clone https://github.com/apirrone/Open_Duck_Mini_Runtime
cd Open_Duck_Mini_Runtime
# 设置python的pip使用国内的清华源,如果网络环境好,可以不执行下面的pip config
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple