Reset back to custom tap pyside

This commit is contained in:
Tom Parker-Shemilt 2020-03-15 10:35:54 +00:00
parent d297c7af77
commit f85741988d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ which python3
python3 --version
which pip3
pip3 --version
brew install pyside
brew install albertosottile/syncplay/pyside
python3 -c "from PySide2 import __version__; print(__version__)"
python3 -c "from PySide2.QtCore import __version__; print(__version__)"
pip3 install py2app