From ad585f44e7eff2291e83538c3106c4e66fd6783f Mon Sep 17 00:00:00 2001 From: Forrest Voight Date: Wed, 16 Oct 2013 01:42:06 -0400 Subject: [PATCH] completely specified required versions in README --- README.md | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f77351..1894bbd 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Requirements: ------------------------- Generic: * Bitcoin >=0.8.5 -* Python -* Twisted -* python-argparse (for Python <=2.6) +* Python >=2.6 +* Twisted >=10.0.0 +* python-argparse (for Python =2.6) Linux: * sudo apt-get install python-zope.interface python-twisted python-twisted-web -* sudo apt-get install python-argparse # if on Python 2.6 or older +* sudo apt-get install python-argparse # if on Python 2.6 Windows: * Install Python 2.7: http://www.python.org/getit/ -- 1.7.1