Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
install.fish 321 Bytes
Copy Edit Raw Blame History
morris authored 2020-03-27 18:11 . tool: fix install.fish
#!/usr/bin/env fish
set basedir $PWD
set -x IDF_PATH $basedir
echo "Installing ESP-IDF tools"
"$IDF_PATH"/tools/idf_tools.py install
echo "Installing Python environment and packages"
"$IDF_PATH"/tools/idf_tools.py install-python-env
echo "All done! You can now run:"
echo ""
echo " . "$basedir"/export.fish"
echo ""
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化