From 5b5e6e15716004f0e40c883ff635922e70d06ef3 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Tue, 13 Jul 2021 15:32:59 +0800 Subject: [PATCH] Update download_and_setup_seafile_professional_server.md --- .../download_and_setup_seafile_professional_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/deploy_pro/download_and_setup_seafile_professional_server.md b/manual/deploy_pro/download_and_setup_seafile_professional_server.md index 56dfe718..d2a40c68 100644 --- a/manual/deploy_pro/download_and_setup_seafile_professional_server.md +++ b/manual/deploy_pro/download_and_setup_seafile_professional_server.md @@ -50,7 +50,7 @@ pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy==1.3.8 \ ``` # Ubuntu 20.04 apt-get update -apt-get install python 3 python3-setuptools python3-pip memcached libmemcached-dev -y +apt-get install python3 python3-setuptools python3-pip memcached libmemcached-dev -y pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy==1.3.8 \ django-pylibmc django-simple-captcha python3-ldap