5 Star 19 Fork 20

Gitee 极速下载 / LabelImg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tzutalin/labelImg
克隆/下载
Makefile 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
tzutalin 提交于 2019-05-25 20:58 . Update README.md and setup.py
# ex: set ts=8 noet:
all: qt5 test
test: testpy3
testpy2:
python -m unittest discover tests
testpy3:
python3 -m unittest discover tests
qt4: qt4py2
qt5: qt5py3
qt4py2:
pyrcc4 -py2 -o libs/resources.py resources.qrc
qt4py3:
pyrcc4 -py3 -o libs/resources.py resources.qrc
qt5py3:
pyrcc5 -o libs/resources.py resources.qrc
clean:
rm -rf ~/.labelImgSettings.pkl *.pyc dist labelImg.egg-info __pycache__ build
pip_upload:
python3 setup.py upload
long_description:
restview --long-description
.PHONY: all
Python
1
https://gitee.com/mirrors/LabelImg.git
git@gitee.com:mirrors/LabelImg.git
mirrors
LabelImg
LabelImg
master

搜索帮助