Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 445 Bytes

DEVELOP.md

File metadata and controls

22 lines (17 loc) · 445 Bytes

本地开发指南

git clone https://github.com/openatx/uiautomator2
pip3 install -e uiautomator2

-e这个选项可以将该目录以软连接的形式添加到Python site-packages

生成CHANGELOG

See changelog from git history

git log --graph --date-order -C -M --pretty=format:"<%h> %ad [%an] %Cgreen%d%Creset %s" --all --date=short

使用Sphinx生成文档

pip3 install -e .
cd docs
make publish