Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 2d5537b

Browse files
authored
docs: update virtualenv section of readme (#911)
1 parent dcc5e23 commit 2d5537b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Virtualenv can avoid a lot of the QT / Python version issues
9696
pipenv run pip install pyqt5==5.15.2 lxml
9797
pipenv run make qt5py3
9898
pipenv run python3 labelImg.py
99-
[Optional] rm -rf build dist; python setup.py py2app -A;mv "dist/labelImg.app" /Applications
99+
[Optional] rm -rf build dist; pipenv run python setup.py py2app -A;mv "dist/labelImg.app" /Applications
100100
101101
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
102102

0 commit comments

Comments
 (0)