Merge pull request #175 from alanyee/master

Update README.rst
This commit is contained in:
darrenl 2017-10-13 09:28:35 +08:00 committed by GitHub
commit 32d5954da4

View File

@ -28,16 +28,16 @@ Installation
Download prebuilt binaries Download prebuilt binaries
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
- `Windows & Linux <http://tzutalin.github.io/labelImg/>`__ - `Windows & Linux <https://tzutalin.github.io/labelImg/>`__
- OS X. Binaries for OS X are not yet available. Help would be appreciated. At present, it must be `built from source <#os-x>`__. - macOS. Binaries for macOS are not yet available. Help would be appreciated. At present, it must be `built from source <#macos>`__.
Build from source Build from source
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
Linux/Ubuntu/Mac requires at least `Python Linux/Ubuntu/Mac requires at least `Python
2.6 <http://www.python.org/getit/>`__ and has been tested with `PyQt 2.6 <https://www.python.org/getit/>`__ and has been tested with `PyQt
4.8 <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`__. 4.8 <https://www.riverbankcomputing.com/software/pyqt/intro>`__.
Ubuntu Linux Ubuntu Linux
@ -62,7 +62,7 @@ Python 3 + Qt5
python3 labelImg.py python3 labelImg.py
python3 labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE] python3 labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
OS X macOS
^^^^ ^^^^
Python 2 + Qt4 Python 2 + Qt4
@ -99,7 +99,7 @@ Get from PyPI
labelImg labelImg
labelImg [IMAGE_PATH] [PRE-DEFINED CLASS FILE] labelImg [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
I tested pip on Ubuntu14.04 and 16.04. However, I didn't test pip on MacOS and Windows I tested pip on Ubuntu 14.04 and 16.04. However, I didn't test pip on macOS and Windows
Use Docker Use Docker
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~