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:: ...@@ -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
......
...@@ -5,18 +5,18 @@ Installation ...@@ -5,18 +5,18 @@ Installation
Installation Installation
############ ############
Install with `pip`: Install with `pip3`:
:: ::
$ 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
####### #######
......
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