diff --git a/README.rst b/README.rst index 66d4362f9a09ed07da9c2f8e53d7bb8590b369e5..b85abc7396c28604eb6602d1a0ec6b91345ac643 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 710eafbee34a8f1f63656e7925291baafe7d197e..15c2acf79bb95e7c1ccb7323b23f8a5c8e4acda6 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: ::