From a04ddc213a6ca675a8998b4982bdb5217b751a02 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Thu, 8 May 2014 03:24:55 +0300 Subject: [PATCH] doc: pyellyptic a dependency, /lib has to be in PYTHONPATH. --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 289c5fe..29cba1c 100644 --- a/INSTALL +++ b/INSTALL @@ -2,8 +2,9 @@ Dependencies (Debian): python-obelisk from https://github.com/darkwallet/python-obelisk - # pip install tornado + # pip install tornado pyellyptic $ cd gateway/txrad/ $ make + $ export PYTHONPATH="/path-to-gateway-repo/lib:$PYTHONPATH"