From 0b18f1f3dfef025eb49633dcf0f5b3f0786c62e4 Mon Sep 17 00:00:00 2001 From: lian Date: Wed, 30 Dec 2020 18:25:19 +0800 Subject: [PATCH] Update upgrade_notes_for_8.0.x.md --- manual/upgrade/upgrade_notes_for_8.0.x.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/manual/upgrade/upgrade_notes_for_8.0.x.md b/manual/upgrade/upgrade_notes_for_8.0.x.md index dbad3345..6aac2eec 100644 --- a/manual/upgrade/upgrade_notes_for_8.0.x.md +++ b/manual/upgrade/upgrade_notes_for_8.0.x.md @@ -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