From 43d5756d2aa6f2f0ade3efe1e5248289517b62ad Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holger@nahrstaedt.de> Date: Sat, 17 Feb 2018 21:16:09 +0100 Subject: [PATCH] installation docu improved --- README.rst | 6 +++++- docs/installation.rst | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 66d4362f..b85abc73 100644 --- a/README.rst +++ b/README.rst @@ -40,9 +40,13 @@ 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 py-scrypt from this repository if you want the latest +You can install steempy from this repository if you want the latest but possibly non-compiling version:: + pip install -U git+git://github.com/holgern/steempy + +or by:: + git clone https://github.com/holgern/steempy.git cd steempy python setup.py build diff --git a/docs/installation.rst b/docs/installation.rst index 710eafbe..15c2acf7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -12,6 +12,12 @@ Install with `pip`: $ sudo apt-get install libffi-dev libssl-dev python-dev $ pip3 install steempy +or the newest git version: + +:: + + $ pip install -U git+git://github.com/holgern/steempy + Manual installation: :: -- GitLab