1 Star 0 Fork 0

repo3rd/arcade

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
make.sh 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
rm -rf doc/build
rm -f dist/*
python3 setup.py clean
python3 setup.py build
python3 setup.py bdist_wheel
pip3 uninstall -y arcade
for file in dist/*
do
pip3 install $file
done
sphinx-build -b html doc doc/build/html
coverage run --source arcade setup.py test
coverage report -m
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/repo3rd/arcade.git
git@gitee.com:repo3rd/arcade.git
repo3rd
arcade
arcade
development

搜索帮助