From 2d5537bad581d8070101d6c265930621d0d49411 Mon Sep 17 00:00:00 2001 From: Ding Date: Sun, 10 Jul 2022 10:53:33 +0800 Subject: [PATCH] docs: update virtualenv section of readme (#911) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0abbfb0c..27042411 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ Virtualenv can avoid a lot of the QT / Python version issues pipenv run pip install pyqt5==5.15.2 lxml pipenv run make qt5py3 pipenv run python3 labelImg.py - [Optional] rm -rf build dist; python setup.py py2app -A;mv "dist/labelImg.app" /Applications + [Optional] rm -rf build dist; pipenv run 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