diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index f0855a276..85060a893 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -27,6 +27,10 @@ paces="wget python-devel python-imaging zip unzip openssl openssl-devel gcc libx yum -y install $paces yum -y lsof net-tools.x86_64 yum -y install ncurses-devel mysql-dev -yum -y install epel-release python-pip python-devel +yum -y install epel-release python-devel + +wget https://bootstrap.pypa.io/get-pip.py +python get-pip.py + pip install --upgrade pip pip install -r /www/server/mdserver-web/requirements.txt \ No newline at end of file