A add docs

pull/22/head
vapao 2020-01-07 12:55:40 +08:00
parent 8f4be882cb
commit 73aef8a924
1 changed files with 6 additions and 0 deletions

6
docs/FQA.md Normal file
View File

@ -0,0 +1,6 @@
### install mysqlclient
```shell
# for centos 7
yum install mariadb-devel python3-devel gcc
pip install mysqlclient
```