From 08f64b423e656832105b47aaee581ed60945fd6b Mon Sep 17 00:00:00 2001 From: Anthony A Davis <35675472+anthonyadavisii@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:15:54 -0600 Subject: [PATCH] Update README.rst Add guidance for latest Termux prerequisites for cryptography module installation. See more detail: https://hiveblocks.com/hive-136515/@anthonyadavisii/how-to-install-beem-python --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 75276d3a..880203bb 100644 --- a/README.rst +++ b/README.rst @@ -106,9 +106,17 @@ For OSX, please do the following:: For Termux on Android, please install the following packages: +Note: Use latest [f-droid Termux package](https://f-droid.org/en/packages/com.termux/) to resolve outdated repository issues. + +.. code:: bash + + pkg install clang python rust + +Termux continued: Set CARGO_BUILD_TARGET environment variable to appropriate device target architecture. Example below: + .. code:: bash - pkg install clang openssl python + export CARGO_BUILD_TARGET=aarch64-linux-android Signing and Verify can be fasten (200 %) by installing cryptography (you may need to replace pip3 by pip):