diff --git a/README.rst b/README.rst index c0446995..ad88c983 100644 --- a/README.rst +++ b/README.rst @@ -28,16 +28,16 @@ Installation Download prebuilt binaries ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- `Windows & Linux `__ +- `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 ~~~~~~~~~~~~~~~~~ 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 @@ -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 @@ -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 ~~~~~~~~~~~~~~~~~