Include setuptools

release/4.3a0
Fan Jiang 2020-02-14 13:44:00 -05:00
parent 2c5153f036
commit a7b8bf8e6f
1 changed files with 1 additions and 1 deletions

View File

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