mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #6487 from samgermain/setup-gettext
setup.sh install gettext for mac
This commit is contained in:
commit
b18256c231
3
setup.sh
3
setup.sh
|
@ -132,6 +132,9 @@ function install_macos() {
|
|||
echo_block "Installing Brew"
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
fi
|
||||
|
||||
brew install gettext
|
||||
|
||||
#Gets number after decimal in python version
|
||||
version=$(egrep -o 3.\[0-9\]+ <<< $PYTHON | sed 's/3.//g')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user