1 Star 0 Fork 22

程序猿某人/pyworkflow

forked from 搜狗开源/pyworkflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
kedixa 提交于 2021-12-09 11:01 . update workflow submodule
all: wheel
.PHONY: build wheel install uninstall reinstall clean
build:
python3 setup.py build
wheel:
python3 setup.py bdist_wheel
install: wheel
pip3 install dist/pywf-0.0.8-*.whl --user
uninstall:
pip3 uninstall -y pywf
reinstall: build wheel uninstall install
clean:
rm -rf ./build ./pywf.egg-info ./dist
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/XiaoCode666/pyworkflow.git
git@gitee.com:XiaoCode666/pyworkflow.git
XiaoCode666
pyworkflow
pyworkflow
master

搜索帮助