Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Change README and requirements #235

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ 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
$ 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 <https://pypi.python.org/pypi/pyethapp>`__:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ethereum>=1.5.1
pbkdf2
scrypt
pexpect
pyelliptic==1.5.7
pytest
pyelliptic==1.5.7