mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update upgrade_notes_for_8.0.x.md
This commit is contained in:
parent
9d80026347
commit
0b18f1f3df
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue