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

added libpython-dev virtualenv to apt-get for Linux install #289

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Python packages:

.. code:: shell

$ apt-get install build-essential automake pkg-config libtool libffi-dev libgmp-dev
$ apt-get install build-essential automake pkg-config libtool libffi-dev libgmp-dev libssl-dev libpython-dev virtualenv

Installation of Pyethapp and it's dependent Python packages via
`PyPI <https://pypi.python.org/pypi/pyethapp>`__:
Expand Down