Update 00-planning_and_overall_intro.md

pull/1014/head
jikunbupt 2021-04-20 15:05:28 +08:00 committed by jmgao
parent e017033a50
commit c183d9f989
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ yum install python -y
``` bash
# 注意pip 21.0以后不再支持python2和python3.5,需要如下安装
# To install pip for Python 2.7 install it from https://bootstrap.pypa.io/2.7/ :
curl -O https://bootstrap.pypa.io/2.7/get-pip.py
curl -O https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
python -m pip install --upgrade "pip < 21.0"