From 5301f8c20db96d883b85e2ecea9e2e186a20ec95 Mon Sep 17 00:00:00 2001 From: Giacomo Lacava Date: Sat, 18 Jan 2014 21:47:48 +0000 Subject: [PATCH] point to patched bitcoinrpc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87440cd..e44148b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Twister Python scripts These are some random scripts for Twister. Prerequisites: -* Python 3.3.x (might work with 3.2 but it's untested. Probably won't work with 2.x) -* [python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc) +* Python 3.3.x (might work with 3.2 or 2.7 but it's untested. Probably won't work with 2.6-). +* My patched [python-bitcoinrpc](https://github.com/toyg/python-bitcoinrpc) (the original by jgarzik currently fails to work with Unicode characters). * [feedparser](https://pypi.python.org/pypi/feedparser) (`pip install feedparser` will work) -- this is for twistmonitor.py only HELP!