update instruction to install with pipenv
This commit is contained in:
parent
cc8fd5a703
commit
7457d58249
@ -94,7 +94,7 @@ Virtualenv can avoid a lot of the QT / Python version issues
|
|||||||
|
|
||||||
brew install python3
|
brew install python3
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv run pip install pyqt5==5.12.1 lxml
|
pipenv run pip install pyqt5==5.15.2 lxml
|
||||||
pipenv run make qt5py3
|
pipenv run make qt5py3
|
||||||
pipenv run 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
|
||||||
|
|||||||
@ -81,7 +81,7 @@ VirtualenvはQtとPythonのバージョン衝突問題を解消できます。
|
|||||||
|
|
||||||
brew install python3
|
brew install python3
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv run pip install pyqt5==5.12.1 lxml
|
pipenv run pip install pyqt5==5.15.2 lxml
|
||||||
pipenv run make qt5py3
|
pipenv run make qt5py3
|
||||||
pipenv run python3 labelImg.py
|
pipenv run python3 labelImg.py
|
||||||
[任意で] rm -rf build dist; python setup.py py2app -A;mv "dist/labelImg.app" /Applications
|
[任意で] rm -rf build dist; python setup.py py2app -A;mv "dist/labelImg.app" /Applications
|
||||||
|
|||||||
@ -81,7 +81,7 @@ Virtualenv 可以避免版本和相依性問題
|
|||||||
|
|
||||||
brew install python3
|
brew install python3
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv run pip install pyqt5==5.12.1 lxml
|
pipenv run pip install pyqt5==5.15.2 lxml
|
||||||
pipenv run make qt5py3
|
pipenv run make qt5py3
|
||||||
pipenv run 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user