## 安装 为当前用户安装: pip install --user -e . 为所有用户安装: pip install -e . ## 测试 python setup.py test