Files
picard/scripts/setup-osx.sh
Sambhav Kothari 589f5e8e96 Add OSX tests
2017-07-26 00:03:52 +05:30

10 lines
230 B
Bash

brew install python3
brew link python3 --force
brew install gettext
brew link gettext --force
brew install libdiscid
pip3 install --upgrade pip setuptools wheel
pip3 install virtualenv
virtualenv -p python3 .
source bin/activate