diff --git a/ch03.asciidoc b/ch03.asciidoc index ce6f4414..b88e3d74 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -1120,12 +1120,9 @@ The sx toolkit offers many useful commands for encoding and decoding addresses, ((("libraries, alternative","pycoin library")))((("pycoin library")))((("Python","pycoin library")))The Python library http://github.com/richardkiss/pycoin[_pycoin_], originally written and maintained by((("Kiss, Richard"))) Richard Kiss, is a Python-based library that supports manipulation of bitcoin keys and transactions, even supporting the scripting language enough to properly deal with nonstandard transactions. -The pycoin library supports both Python 2 (2.7.x) and Python 3 (after 3.3), and comes with some handy command-line utilities, ku and tx. - - +The pycoin library supports both Python 2 (2.7.x) and Python 3 (after 3.3), and comes with some handy command-line utilities, ku and tx. To install pycoin 0.42 under Python 3 in a virtual environment (venv) ==== -.To Install pycoin 0.42 under Python 3 in a virtual environment (venv): ---- $ python3 -m venv /tmp/pycoin $ . /tmp/pycoin/bin/activate