Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
21e4b37f
Commit
21e4b37f
authored
4 years ago
by
Holger
Browse files
Options
Downloads
Patches
Plain Diff
Add python3-gmpy2 to readme
parent
8b3cad66
No related branches found
No related tags found
2 merge requests
!5
Taken current version of master branch in the https://github.com/holgern/beem
,
!4
Original changes pushed to master at https://github.com/holgern/beem
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+14
-9
14 additions, 9 deletions
README.rst
with
14 additions
and
9 deletions
README.rst
+
14
−
9
View file @
21e4b37f
...
...
@@ -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 pip
3
):
Signing and Verify can be fasten (200 %) by installing cryptography (you may need to replace pip
3
by pip):
.. code:: bash
pip install -U cryptography
pip
3
install -U cryptography
or (you may need to replace pip by pip
3
):
or (you may need to replace pip
3
by pip):
.. code:: bash
pip install -U secp256k1prp
pip
3
install -U secp256k1prp
Install or update beem by pip(you may need to replace pip by pip
3
)::
Install or update beem by pip(you may need to replace pip
3
by pip)::
pip install -U beem
pip
3
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
python
3
setup.py build
python setup.py install --user
python
3
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
pip
3
install ledgerblue
Stand alone version of CLI tool beempy
--------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment