diff --git a/README.rst b/README.rst index 7ed7cb4e90d20a2d93df7f707051d3d9061e0a89..15d4d60d30b8069ef79ab3396bb48496a7a97033 100644 --- a/README.rst +++ b/README.rst @@ -105,19 +105,19 @@ For Termux on Android, please install the following packages: pkg install clang openssl python -Signing and Verify can be fasten (200 %) by installing cryptography: +Signing and Verify can be fasten (200 %) by installing cryptography (you may need to replace pip by pip3): .. code:: bash pip install -U cryptography -or: +or (you may need to replace pip by pip3): .. code:: bash pip install -U secp256k1prp -Install or update beem by pip:: +Install or update beem by pip(you may need to replace pip by pip3):: pip install -U beem