From 8fe7c19c59a4e0f4ecfa0c5a2f650a0a5cad9718 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 5 Dec 2021 23:31:01 +0100 Subject: [PATCH] Updated documentation --- docs/manual/_sources/gettingstartedfast.rst.txt | 12 +++++++----- docs/manual/gettingstartedfast.html | 11 ++++++----- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/manual/_sources/gettingstartedfast.rst.txt b/docs/manual/_sources/gettingstartedfast.rst.txt index 1610228..e9e1e2e 100644 --- a/docs/manual/_sources/gettingstartedfast.rst.txt +++ b/docs/manual/_sources/gettingstartedfast.rst.txt @@ -134,9 +134,11 @@ Reticulum on Android ============================================== Reticulum can be used on Android in different ways. The easiest way to get started is using the `Termux app `_, at the time of writing -available on `F-droid `_. Termux is a terminal emulator and -Linux environment for Android based devices, which includes the ability to use -many different programs and libraries, including Reticulum. +available on `F-droid `_. + +Termux is a terminal emulator and Linux environment for Android based devices, +which includes the ability to use many different programs and libraries, +including Reticulum. Since the Python cryptography.io module does not offer pre-built wheels for Android, the standard one-line install of Reticulum does not work on Android, @@ -150,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. diff --git a/docs/manual/gettingstartedfast.html b/docs/manual/gettingstartedfast.html index c14064a..57dd87b 100644 --- a/docs/manual/gettingstartedfast.html +++ b/docs/manual/gettingstartedfast.html @@ -151,9 +151,10 @@ don’t use pip, but try this recipe:

Reticulum on Android

Reticulum can be used on Android in different ways. The easiest way to get started is using the Termux app, at the time of writing -available on F-droid. Termux is a terminal emulator and -Linux environment for Android based devices, which includes the ability to use -many different programs and libraries, including Reticulum.

+available on F-droid.

+

Termux is a terminal emulator and Linux environment for Android based devices, +which includes the ability to use many different programs and libraries, +including Reticulum.

Since the Python cryptography.io module does not offer pre-built wheels for Android, the standard one-line install of Reticulum does not work on Android, and a few extra commands are required.

@@ -162,10 +163,10 @@ and a few extra commands are required.

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.