mirror of https://github.com/openspug/spug
A add docs
parent
8f4be882cb
commit
73aef8a924
|
@ -0,0 +1,6 @@
|
|||
### install mysqlclient
|
||||
```shell
|
||||
# for centos 7
|
||||
yum install mariadb-devel python3-devel gcc
|
||||
pip install mysqlclient
|
||||
```
|
Loading…
Reference in New Issue