Update upgrade_notes_for_8.0.x.md

This commit is contained in:
lian 2020-12-30 18:25:19 +08:00 committed by GitHub
parent 9d80026347
commit 0b18f1f3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,17 @@ sudo pip3 install future mysqlclient
```
* For CentOS 7/8
* For CentOS 7
```sh
yum install python3-devel mysql-devel gcc gcc-c++ -y
sudo pip3 install future
sudo pip3 install mysqlclient==2.0.1
```
* For CentOS 8
```sh
yum install python3-devel mysql-devel gcc gcc-c++ -y