From 41926154005358d250e13486f61e098dd8983426 Mon Sep 17 00:00:00 2001 From: guiyu Date: Thu, 8 Mar 2018 23:44:49 +0800 Subject: [PATCH] added libpython-dev virtualenv to apt-get for Linux install --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fd57a555..5855730f 100644 --- a/README.rst +++ b/README.rst @@ -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 `__: