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
0f058bf1
Commit
0f058bf1
authored
7 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
Made more clear that steem and beem cannot be install at the same time.
parent
028e1375
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+6
-0
6 additions, 0 deletions
.travis.yml
README.rst
+3
-0
3 additions, 0 deletions
README.rst
docs/installation.rst
+39
-12
39 additions, 12 deletions
docs/installation.rst
with
48 additions
and
12 deletions
.travis.yml
+
6
−
0
View file @
0f058bf1
...
@@ -27,6 +27,12 @@ matrix:
...
@@ -27,6 +27,12 @@ matrix:
# python: 3.7
# python: 3.7
# env:
# env:
# - TOXENV=py37
# - TOXENV=py37
-
os
:
osx
osx_image
:
xcode7.3
language
:
objective-c
env
:
-
TRAVIS_PYTHON_VERSION=3.5
-
TOXENV=py35
-
os
:
osx
-
os
:
osx
osx_image
:
xcode9.2
osx_image
:
xcode9.2
language
:
objective-c
language
:
objective-c
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
3
−
0
View file @
0f058bf1
...
@@ -27,6 +27,9 @@ The library name is derived from a beam maschine, similar to the analogy between
...
@@ -27,6 +27,9 @@ The library name is derived from a beam maschine, similar to the analogy between
Installation
Installation
============
============
Warning: install beem will install pycrytodome which is not compatible to pycryto which is need for python-steem.
At the moment, either beem or steem can be install at one maschine!
For Debian and Ubuntu, please ensure that the following packages are installed:
For Debian and Ubuntu, please ensure that the following packages are installed:
.. code:: bash
.. code:: bash
...
...
This diff is collapsed.
Click to expand it.
docs/installation.rst
+
39
−
12
View file @
0f058bf1
************
Installation
Installation
************
============
Warning: install beem will install pycrytodome which is not compatible to pycryto which is need for python-steem.
At the moment, either beem or steem can be install at one maschine!
Installation
For Debian and Ubuntu, please ensure that the following packages are installed:
############
.. code:: bash
Install with `pip3`:
sudo apt-get install build-essential libssl-dev python-dev
:
:
For Fedora and RHEL-derivatives, please ensure that the following packages are installed
:
$ sudo apt-get install libffi-dev libssl-dev python-dev
.. code:: bash
$ pip3 install beem
or the with `pip`:
sudo yum install gcc openssl-devel python-devel
::
For OSX, please do the following::
brew install openssl
export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
For Termux on Android, please install the following packages:
.. code:: bash
pkg install clang openssl-dev python-dev
Install beem by pip::
pip 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 setup.py install --user
Run tests after install::
$ pip install -U beem
pytest
Manual installation:
Manual installation:
--------------------
::
::
...
@@ -28,7 +55,7 @@ Manual installation:
...
@@ -28,7 +55,7 @@ Manual installation:
$ python setup.py install --user
$ python setup.py install --user
Upgrade
Upgrade
#######
-------
::
::
...
...
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