From 27b46c9e89af75a9efcc5182b8a493cf10489359 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 5 Dec 2021 23:28:15 +0100 Subject: [PATCH] Updated documentation --- docs/source/gettingstartedfast.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/gettingstartedfast.rst b/docs/source/gettingstartedfast.rst index 28c0dce..e9e1e2e 100644 --- a/docs/source/gettingstartedfast.rst +++ b/docs/source/gettingstartedfast.rst @@ -152,10 +152,10 @@ From within Termux, execute the following: pkg update pkg upgrade - # Then install dependencies for cryptography library. + # Then install dependencies for cryptography library. pkg install python build-essential openssl libffi rust - # Make sure pip is up to date, and install the wheel module. + # Make sure pip is up to date, and install the wheel module. pip3 install wheel pip --upgrade # Start the install process for the cryptography module.