From 6e6eebf29dc750fb5135ab0d6549ca52c1516fae Mon Sep 17 00:00:00 2001 From: gyf9835 Date: Wed, 14 Aug 2019 10:39:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0pip=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10e4db6..ed688bc 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Web 需要 python2.7, 虚拟主机无法安装 ``` -apt-get install python-dev autoconf g++ python-pbkdf2 -pip install tornado==4.5.3 u-msgpack-python jinja2 chardet requests pbkdf2 pycrypto +sudo apt-get install python-dev autoconf g++ python-pbkdf2 python-pip +sudo pip install tornado==4.5.3 u-msgpack-python jinja2 chardet requests pbkdf2 pycrypto ``` 可选 redis, Mysql From f0e8df661a2660d00e1f2b52cf257391d07fc082 Mon Sep 17 00:00:00 2001 From: gyf9835 Date: Wed, 14 Aug 2019 11:21:53 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed688bc..04be058 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ mail_smtp = "" # 邮件smtp地址 mail_port = 465 # 邮件smtp端口,非SSL默认端口为25 mail_ssl = True # 邮件smtp是否使用SSL mail_user = "" # 邮件smtp账户 -mail_passowrd = "" # 邮件smtp密码 +mail_password = "" # 邮件smtp密码 mail_domain = "mail.qiandao.today" mailgun_key = "" ```