From f2355872d08e075ae1694dc90e761c38d960cb9e Mon Sep 17 00:00:00 2001 From: lian Date: Thu, 16 Dec 2021 18:10:31 +0800 Subject: [PATCH] Update upgrade_notes_for_9.0.x.md --- manual/upgrade/upgrade_notes_for_9.0.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```