Skip to content
Snippets Groups Projects
Unverified Commit 91fdaf96 authored by Nick Foster's avatar Nick Foster Committed by GitHub
Browse files

Update installation.rst

parent 0930ed18
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ For Debian and Ubuntu, please ensure that the following packages are installed: ...@@ -8,7 +8,7 @@ For Debian and Ubuntu, please ensure that the following packages are installed:
.. code:: bash .. code:: bash
sudo apt-get install build-essential libssl-dev python-dev sudo apt-get install build-essential libssl-dev python-dev curl
For Fedora and RHEL-derivatives, please ensure that the following packages are installed: For Fedora and RHEL-derivatives, please ensure that the following packages are installed:
...@@ -28,13 +28,23 @@ For Termux on Android, please install the following packages: ...@@ -28,13 +28,23 @@ For Termux on Android, please install the following packages:
pkg install clang openssl-dev python-dev pkg install clang openssl-dev python-dev
Signing and Verify can be fasten (200 %) by installing cryptography: Install pip (https://pip.pypa.io/en/stable/installing/):
.. code:: bash
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
Signing and Verify can be fasten (200 %) by installing cryptography. Install cryptography with pip:
.. code:: bash .. code:: bash
pip install -U cryptography pip install -U cryptography
Install beem by pip:: Install beem with pip:
.. code:: bash
pip install -U beem pip install -U beem
......
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