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
872a825d
Unverified
Commit
872a825d
authored
6 years ago
by
Holger Nahrstaedt
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #135 from Nickfost/patch-1
Update installation.rst
parents
0930ed18
91fdaf96
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation.rst
+13
-3
13 additions, 3 deletions
docs/installation.rst
with
13 additions
and
3 deletions
docs/installation.rst
+
13
−
3
View file @
872a825d
...
...
@@ -8,7 +8,7 @@ For Debian and Ubuntu, please ensure that the following packages are installed:
.. 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:
...
...
@@ -28,13 +28,23 @@ For Termux on Android, please install the following packages:
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
pip install -U cryptography
Install beem by pip::
Install beem with pip:
.. code:: bash
pip install -U beem
...
...
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