tadd explanation to comment - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit f62299097db0fb9adeaa3dc5d7f7a71f1e519e95
DIR parent ea3e830ad1eacbb48f4ea23d34eed708be41dfe7
HTML Author: ThomasV <thomasv@gitorious>
Date: Sun, 17 Aug 2014 11:20:43 +0200
add explanation to comment
Diffstat:
M setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/setup.py b/setup.py
t@@ -52,7 +52,7 @@ data_files += [
])
]
-# replace tlslite
+# replace tlslite because of https://github.com/trevp/tlslite/issues/15
os.system("pip install http://download.electrum.org/tlslite-0.4.5.tar.gz")
setup(