Update setup_with_amazon_s3.md

easy_install is deprecated since November 2019

https://setuptools.pypa.io/en/latest/history.html#v42-0-0
This commit is contained in:
David 2024-03-23 17:24:29 +00:00 committed by GitHub
parent eb52b3a0cf
commit f260cdbb37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,10 +8,10 @@ To setup Seafile Professional Server with Amazon S3:
- Install the python `boto` library. It's needed to access S3 service.
```
# Version 10.0 or earlier
sudo easy_install boto
sudo pip install boto
# Since 11.0 version
sudo easy_install boto3
sudo pip install boto3
```
- Install and configure memcached or Redis. For best performance, Seafile requires enable memory cache for objects. We recommend to at least allocate 128MB memory for memcached or Redis.