Include setuptools
parent
2c5153f036
commit
a7b8bf8e6f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue