Skip to content
Snippets Groups Projects
Commit b7863254 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix install doc

parent 43d5756d
No related branches found
No related tags found
No related merge requests found
......@@ -40,12 +40,12 @@ For OSX, please do the following::
export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
You can install steempy from this repository if you want the latest
but possibly non-compiling version::
Install steempy by pip::
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
cd steempy
......
......@@ -5,18 +5,18 @@ Installation
Installation
############
Install with `pip`:
Install with `pip3`:
::
$ sudo apt-get install libffi-dev libssl-dev python-dev
$ 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:
......@@ -24,7 +24,8 @@ Manual installation:
$ git clone https://github.com/holgern/steempy/
$ cd steempy
$ python3 setup.py install --user
$ python setup.py build
$ python setup.py install --user
Upgrade
#######
......
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