From 5810b3393f5c56fea6bd06bbd7c026fed15d119d Mon Sep 17 00:00:00 2001 From: lian Date: Wed, 7 Jul 2021 16:00:44 +0800 Subject: [PATCH] Update using_sqlite.md --- manual/deploy/using_sqlite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/deploy/using_sqlite.md b/manual/deploy/using_sqlite.md index 74f8d63e..7bfbcff3 100644 --- a/manual/deploy/using_sqlite.md +++ b/manual/deploy/using_sqlite.md @@ -65,7 +65,7 @@ pip3 install --timeout=3600 django==2.2.* future Pillow pylibmc captcha jinja2 p ``` ``` -# on CentOS 7 +# on CentOS 8 server yum install epel-release -y yum install python3 python3-setuptools python3-pip memcached libmemcached libffi-devel pwgen curl python3-devel gcc gcc-c++ sqlite3 -y