Fix Linux build

release/4.3a0
Fan Jiang 2020-02-14 11:31:53 -05:00
parent d64badbd21
commit 2c5153f036
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [[ $(uname) == "Darwin" ]]; then
brew install wget brew install wget
else else
# Install a system package required by our library # Install a system package required by our library
sudo apt-get install wget libicu-dev sudo apt-get install wget libicu-dev python3-pip
fi fi
CURRDIR=$(pwd) CURRDIR=$(pwd)