Add missing sudo

release/4.3a0
Fan Jiang 2020-02-12 10:08:12 -05:00
parent f59bee260a
commit 7e7d066897
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ sudo apt-get install wget libicu-dev
CURRDIR=$(pwd)
python -m pip install -r ./cython/requirements.txt
sudo python -m pip install -r ./cython/requirements.txt
mkdir $CURRDIR/build
cd $CURRDIR/build