From e464aa2796ecabe2269da8355e118f56de5c5d54 Mon Sep 17 00:00:00 2001 From: Angel Moreta <37674133+AngelM512@users.noreply.github.com> Date: Thu, 5 May 2022 09:53:55 -0500 Subject: [PATCH] Update README-en.md --- docs/README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-en.md b/docs/README-en.md index 17eb88d..4b72655 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -22,7 +22,7 @@ A blog system based on `python3.8` and `Django4.0`. - Website exception email notification. When there is an unhandle exception, system will send an email notification. - Wechat official account feature integrated. Now, you can use wechat official account to manage your VPS. -## Installation +## Installation: Change MySQL client from `pymysql` to `mysqlclient`, more details please reference [pypi](https://pypi.org/project/mysqlclient/) , checkout preperation before installation. Install via pip: `pip install -Ur requirements.txt`