From bfda00657600ba3c8a8ac4552829acccbda4ef64 Mon Sep 17 00:00:00 2001 From: Tomas SP <49151314+tospe@users.noreply.github.com> Date: Sun, 28 Feb 2021 19:00:08 +0000 Subject: [PATCH] Mac os pipenv installation documentation bug fix (#711) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix mac os pipenv installation documentation Co-authored-by: Tomás Sousa Pereira --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 366b17b2..d036d1af 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Virtualenv can avoid a lot of the QT / Python version issues pip3 install pipenv pipenv run pip install pyqt5==5.12.1 lxml pipenv run make qt5py3 - python3 labelImg.py + pipenv run python3 labelImg.py [Optional] rm -rf build dist; python setup.py py2app -A;mv "dist/labelImg.app" /Applications Note: The Last command gives you a nice .app file with a new SVG Icon in your /Applications folder. You can consider using the script: build-tools/build-for-macos.sh