From 32d34cd9dfb77e01168be21ae7579bac72094ea7 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 13 Oct 2017 06:30:50 -0400 Subject: [PATCH] remove old geth version requirement for whisper --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 956afafc..c2b7c23b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,7 +1,7 @@ Installation ============ -Requirements: geth (1.6.5 or higher recommended, 1.6.0 or lower for whisper support), node (6.9.1 or higher is recommended) and npm +Requirements: geth (1.6.5 or higher recommended), node (6.9.1 or higher is recommended) and npm serpent (develop) if using contracts with Serpent, testrpc (3.0 or higher) if using the simulator or the test functionality. Further: depending on the dapp stack you choose: `IPFS `__