From 66e8746fb901a5229a29e426a10ac5bd848f8903 Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holgern@users.noreply.github.com>
Date: Thu, 27 Aug 2020 11:14:56 +0200
Subject: [PATCH] Update README.rst

---
 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 7ed7cb4e..15d4d60d 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
 
-- 
GitLab