mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-02 04:01:38 +00:00
Upgrade Qt version after the pyside install
This commit is contained in:
parent
749babd8f9
commit
1358826b26
@ -13,6 +13,10 @@ which pip3
|
|||||||
pip3 --version
|
pip3 --version
|
||||||
|
|
||||||
brew install albertosottile/syncplay/pyside
|
brew install albertosottile/syncplay/pyside
|
||||||
|
|
||||||
|
# Explicitly install Qt 5.13.1 as that has both 10.12 compatibility, and a pre-built bottle
|
||||||
|
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/dcc34dd3cb24cb4f7cfa0047ccdb712d7cc4c6e4/Formula/qt.rb
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user