Skip to content
Snippets Groups Projects
Commit 21e4b37f authored by Holger's avatar Holger
Browse files

Add python3-gmpy2 to readme

parent 8b3cad66
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -87,6 +87,11 @@ For Debian and Ubuntu, please ensure that the following packages are installed:
sudo apt-get install build-essential libssl-dev python3-dev python3-pip python3-setuptools
The following package speeds up beempy:
.. code:: bash
sudo apt-get install python3-gmpy2
For Fedora and RHEL-derivatives, please ensure that the following packages are installed:
.. code:: bash
......@@ -105,30 +110,30 @@ For Termux on Android, please install the following packages:
pkg install clang openssl python
Signing and Verify can be fasten (200 %) by installing cryptography (you may need to replace pip by pip3):
Signing and Verify can be fasten (200 %) by installing cryptography (you may need to replace pip3 by pip):
.. code:: bash
pip install -U cryptography
pip3 install -U cryptography
or (you may need to replace pip by pip3):
or (you may need to replace pip3 by pip):
.. code:: bash
pip install -U secp256k1prp
pip3 install -U secp256k1prp
Install or update beem by pip(you may need to replace pip by pip3)::
Install or update beem by pip(you may need to replace pip3 by pip)::
pip install -U beem
pip3 install -U beem
You can install beem from this repository if you want the latest
but possibly non-compiling version::
git clone https://github.com/holgern/beem.git
cd beem
python setup.py build
python3 setup.py build
python setup.py install --user
python3 setup.py install --user
Run tests after install::
......@@ -164,7 +169,7 @@ Ledger support
--------------
For Ledger (Nano S) signing, the following package must be installed:
pip install ledgerblue
pip3 install ledgerblue
Stand alone version of CLI tool beempy
--------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment