From b8c06f0848d031b582af24e9764a8e7e2202e8bc Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Thu, 12 Oct 2017 13:46:48 -0700 Subject: [PATCH 1/2] Update README.rst Replace "OS X" with "macOS" --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c0446995..34c8204c 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Download prebuilt binaries - `Windows & Linux `__ -- 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 ~~~~~~~~~~~~~~~~~ @@ -62,7 +62,7 @@ Python 3 + Qt5 python3 labelImg.py python3 labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE] -OS X +macOS ^^^^ Python 2 + Qt4 From 13685789143662f887a0c37a7b28dc3b850780fe Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Thu, 12 Oct 2017 13:50:45 -0700 Subject: [PATCH 2/2] Update README.rst -Made explicit HTTPS calls -Fix missing links --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 34c8204c..ad88c983 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Installation Download prebuilt binaries ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- `Windows & Linux `__ +- `Windows & Linux `__ - macOS. Binaries for macOS are not yet available. Help would be appreciated. At present, it must be `built from source <#macos>`__. @@ -36,8 +36,8 @@ Build from source ~~~~~~~~~~~~~~~~~ Linux/Ubuntu/Mac requires at least `Python -2.6 `__ and has been tested with `PyQt -4.8 `__. +2.6 `__ and has been tested with `PyQt +4.8 `__. Ubuntu Linux @@ -99,7 +99,7 @@ Get from PyPI labelImg 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 ~~~~~~~~~~~~~~~~~