manuskript/package/prepare_osx.sh

10 lines
336 B
Bash
Raw Normal View History

2017-11-03 02:44:49 +13:00
#!/bin/bash
set -ev
brew update
2017-11-13 22:47:19 +13:00
brew install python3 enchant
2017-11-03 02:44:49 +13:00
sudo pip3 install --upgrade pip setuptools wheel
2017-11-13 22:47:19 +13:00
pip3 install pyinstaller PyQt5 lxml pyenchant
brew install qt hunspell
2017-11-03 02:44:49 +13:00
# fooling PyEnchant as described in the wiki: https://github.com/olivierkes/manuskript/wiki/Package-manuskript-for-OS-X
2017-11-13 22:47:19 +13:00
sudo touch /usr/local/share/aspell