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
b7863254
Commit
b7863254
authored
7 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
fix install doc
parent
43d5756d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+4
-4
4 additions, 4 deletions
README.rst
docs/installation.rst
+5
-4
5 additions, 4 deletions
docs/installation.rst
with
9 additions
and
8 deletions
README.rst
+
4
−
4
View file @
b7863254
...
@@ -40,12 +40,12 @@ For OSX, please do the following::
...
@@ -40,12 +40,12 @@ For OSX, please do the following::
export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
You can install steempy from this repository if you want the latest
Install steempy by pip::
but possibly non-compiling version::
pip install -U
git+git://github.com/holgern/
steempy
pip install -U steempy
or by::
You can install steempy from this repository if you want the latest
but possibly non-compiling version::
git clone https://github.com/holgern/steempy.git
git clone https://github.com/holgern/steempy.git
cd steempy
cd steempy
...
...
This diff is collapsed.
Click to expand it.
docs/installation.rst
+
5
−
4
View file @
b7863254
...
@@ -5,18 +5,18 @@ Installation
...
@@ -5,18 +5,18 @@ Installation
Installation
Installation
############
############
Install with `pip`:
Install with `pip
3
`:
::
::
$ sudo apt-get install libffi-dev libssl-dev python-dev
$ sudo apt-get install libffi-dev libssl-dev python-dev
$ pip3 install steempy
$ pip3 install steempy
or the
newest git version
:
or the
with `pip`
:
::
::
$ pip install -U
git+git://github.com/holgern/
steempy
$ pip install -U steempy
Manual installation:
Manual installation:
...
@@ -24,7 +24,8 @@ Manual installation:
...
@@ -24,7 +24,8 @@ Manual installation:
$ git clone https://github.com/holgern/steempy/
$ git clone https://github.com/holgern/steempy/
$ cd steempy
$ cd steempy
$ python3 setup.py install --user
$ python setup.py build
$ 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