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

Commit bfda006

Browse files
tospeTomás Sousa Pereira
andauthored
Mac os pipenv installation documentation bug fix (#711)
Fix mac os pipenv installation documentation Co-authored-by: Tomás Sousa Pereira <[email protected]>
1 parent 144afe6 commit bfda006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Virtualenv can avoid a lot of the QT / Python version issues
8181
pip3 install pipenv
8282
pipenv run pip install pyqt5==5.12.1 lxml
8383
pipenv run make qt5py3
84-
python3 labelImg.py
84+
pipenv run python3 labelImg.py
8585
[Optional] rm -rf build dist; python setup.py py2app -A;mv "dist/labelImg.app" /Applications
8686
8787
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

0 commit comments

Comments
 (0)