Use stock pyside
This commit is contained in:
parent
afaad1f766
commit
b6e17e08f0
@ -1,13 +1,13 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
brew install python3
|
brew install python3
|
||||||
which python3
|
which python3
|
||||||
python3 --version
|
python3 --version
|
||||||
which pip3
|
which pip3
|
||||||
pip3 --version
|
pip3 --version
|
||||||
brew install albertosottile/syncplay/pyside
|
brew install pyside
|
||||||
python3 -c "from PySide2 import __version__; print(__version__)"
|
python3 -c "from PySide2 import __version__; print(__version__)"
|
||||||
python3 -c "from PySide2.QtCore import __version__; print(__version__)"
|
python3 -c "from PySide2.QtCore import __version__; print(__version__)"
|
||||||
pip3 install py2app
|
pip3 install py2app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user