Mac os pipenv installation documentation bug fix (#711)

Fix mac os pipenv installation documentation

Co-authored-by: Tomás Sousa Pereira <up201507414@fe.up.pt>
This commit is contained in:
Tomas SP 2021-02-28 19:00:08 +00:00 committed by GitHub
parent 144afe6b49
commit bfda006576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ Virtualenv can avoid a lot of the QT / Python version issues
pip3 install pipenv pip3 install pipenv
pipenv run pip install pyqt5==5.12.1 lxml pipenv run pip install pyqt5==5.12.1 lxml
pipenv run make qt5py3 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 [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 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