mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-01 06:09:22 +00:00
10 lines
230 B
Bash
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
|