syncplay/travis/macos-install.sh

16 lines
409 B
Bash
Raw Normal View History

2019-04-30 22:11:58 +00:00
#!/usr/bin/env bash
set -e
2020-03-14 17:32:36 +00:00
brew install python3
2019-04-30 22:11:58 +00:00
which python3
python3 --version
which pip3
pip3 --version
2019-05-05 20:07:48 +00:00
brew install albertosottile/syncplay/pyside
2019-04-30 22:11:58 +00:00
python3 -c "from PySide2 import __version__; print(__version__)"
python3 -c "from PySide2.QtCore import __version__; print(__version__)"
pip3 install py2app
python3 -c "from py2app.recipes import pyside2"
pip3 install twisted[tls] appnope requests certifi