mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update download_and_setup_seafile_professional_server.md
This commit is contained in:
parent
11df1240c2
commit
5b5e6e1571
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue