1 Star 0 Fork 22

口袋里的秘密/pyworkflow

forked from 搜狗开源/pyworkflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
kedixa 提交于 2021-06-09 12:28 . next version
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.6-*.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/wnit/pyworkflow.git
git@gitee.com:wnit/pyworkflow.git
wnit
pyworkflow
pyworkflow
master

搜索帮助