Update upgrade document for Debian 11

This commit is contained in:
Daniel Pan 2024-05-21 10:07:02 +08:00
parent 678d8e6803
commit 6d4e012b87

View File

@ -106,12 +106,17 @@ shards = 10 # default is 5
Note, you should install Python libraries system wide using root user or sudo mode.
* For Ubuntu 20.04/22.04
For Ubuntu 20.04/22.04
```sh
sudo pip3 install future==0.18.* mysqlclient==2.1.* pillow==10.2.* captcha==0.5.* django_simple_captcha==0.5.20 djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1
```
For Debian 11
```sh
su pip3 install future==0.18.* mysqlclient==2.1.* pillow==9.3.* captcha==0.4 django_simple_captcha==0.5.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1
```
## Upgrade to 10.0.x