diff --git a/manual/upgrade/upgrade_notes_for_9.0.x.md b/manual/upgrade/upgrade_notes_for_9.0.x.md index 53d43cae..343f1af4 100644 --- a/manual/upgrade/upgrade_notes_for_9.0.x.md +++ b/manual/upgrade/upgrade_notes_for_9.0.x.md @@ -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 ```