示例 从Git仓库安装airtest
git clone https://github.com/AirtestProject/Airtest.git
pip install -e airtest
如果pip install 的时候出现以下错误,则需要关闭代理:
ValueError: check_hostname requires server_hostname
如何快速搜索项目:
"web development" in:readme language:python stars:>3000
readme 文档中含有关键字"web development"; language 为 python 星星数大于3000 的项目
python in:name,description,readme
name description readme 三者中只要有一个含有python关键字就行
网友评论