Upgrade setuptools in the c9 install process

This commit is contained in:
Jeremy Zhang 2018-07-14 23:51:08 +00:00
parent bc215c0e31
commit a68dafa483

View File

@ -18,6 +18,7 @@ sudo apt-get install python3.5
echo "[C9Setup] Installing Titan dependencies"
cd ~/workspace/
sudo python3.5 -m pip install --upgrade pip
sudo python3.5 -m pip install --upgrade setuptools
sudo python3.5 -m pip install -U -r requirements.txt
sudo python3.5 -m pip install -U alembic psycopg2 eventlet