Include setuptools
parent
2c5153f036
commit
a7b8bf8e6f
|
@ -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 python3-pip
|
sudo apt-get install wget libicu-dev python3-pip python3-setuptools
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CURRDIR=$(pwd)
|
CURRDIR=$(pwd)
|
||||||
|
|
Loading…
Reference in New Issue