Update upgrade_notes_for_9.0.x.md

This commit is contained in:
lian 2021-12-16 18:10:31 +08:00 committed by GitHub
parent 90e5253064
commit f2355872d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ Note, you should install Python libraries system wide using root user or sudo mo
* For Ubuntu 18.04/20.04
```sh
sudo pip3 install pycryptodome==3.12.0
sudo pip3 install pycryptodome==3.12.0 cffi==1.14.0
```