From: Forrest Voight Date: Wed, 16 Oct 2013 05:42:06 +0000 (-0400) Subject: completely specified required versions in README X-Git-Tag: 13.4~9 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=ad585f44e7eff2291e83538c3106c4e66fd6783f completely specified required versions in README --- 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/