10 Star 89 Fork 20

搜狗开源 / 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
Python
1
https://gitee.com/sogou/pyworkflow.git
git@gitee.com:sogou/pyworkflow.git
sogou
pyworkflow
pyworkflow
master

搜索帮助