Switch to travis-ci.com
This commit is contained in:
parent
0c377fc258
commit
94212951ee
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,3 +26,5 @@ cscope*
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
Pipfile
|
||||
|
||||
@ -4,8 +4,8 @@ LabelImg
|
||||
.. image:: https://img.shields.io/pypi/v/labelimg.svg
|
||||
:target: https://pypi.python.org/pypi/labelimg
|
||||
|
||||
.. image:: https://img.shields.io/travis/tzutalin/labelImg.svg
|
||||
:target: https://travis-ci.org/tzutalin/labelImg
|
||||
.. image:: https://app.travis-ci.com/tzutalin/labelImg.svg?branch=master
|
||||
:target: https://app.travis-ci.com/tzutalin/labelImg
|
||||
|
||||
.. image:: https://img.shields.io/badge/lang-en-blue.svg
|
||||
:target: https://github.com/tzutalin/labelImg/blob/master/README.zh.rst
|
||||
@ -124,7 +124,7 @@ If you want to package it into a separate EXE file
|
||||
.. code:: shell
|
||||
|
||||
Install pyinstaller and execute:
|
||||
|
||||
|
||||
pip install pyinstaller
|
||||
pyinstaller --hidden-import=pyqt5 --hidden-import=lxml -F -n "labelImg" -c labelImg.py -p ./libs -p ./
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user