mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
12 lines
302 B
Bash
Executable File
12 lines
302 B
Bash
Executable File
#!/usr/bin/env bash
|
|
brew update
|
|
brew install python3
|
|
brew link python3 --force
|
|
brew install gettext
|
|
brew link gettext --force
|
|
brew install libdiscid
|
|
cp /usr/local/Cellar/libdiscid/0.6.2/lib/libdiscid.0.dylib .
|
|
pip3 install --upgrade pip setuptools wheel
|
|
pip3 install virtualenv
|
|
virtualenv -p python3 .
|