From 55a29be9569f66d222304ae6adf6425a5a765a12 Mon Sep 17 00:00:00 2001 From: Cemozerr Date: Thu, 15 Jun 2017 08:14:12 -0400 Subject: [PATCH 1/3] Add solidity to OS X installation instructions --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 862d39ef..0509621b 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,8 @@ Python packages: .. code:: shell - $ brew install automake libtool pkg-config libffi gmp openssl + $ brew install automake libtool pkg-config libffi gmp openssl solidity + $ brew link solidity Installation of Pyethapp and it's dependent Python packages via `PyPI `__: From a8aa8aadd781e4089a0da16641c0758363c91def Mon Sep 17 00:00:00 2001 From: Cemozerr Date: Thu, 15 Jun 2017 08:27:10 -0400 Subject: [PATCH 2/3] Fix openssl linking issue --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 0509621b..702fc888 100644 --- a/README.rst +++ b/README.rst @@ -94,6 +94,8 @@ Python packages: $ brew install automake libtool pkg-config libffi gmp openssl solidity $ brew link solidity + $ export LDFLAGS=-L/usr/local/opt/openssl/lib + $ export CPPFLAGS=-I/usr/local/opt/openssl/include Installation of Pyethapp and it's dependent Python packages via `PyPI `__: From d949e3be7ff5432a8968b43e8295820ae4e7c53a Mon Sep 17 00:00:00 2001 From: Cemozerr Date: Thu, 15 Jun 2017 08:33:17 -0400 Subject: [PATCH 3/3] Add pytest to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 32d7f842..fc3ee29e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,4 @@ ethereum>=1.5.1 pbkdf2 scrypt pexpect +pytest