From 909dd147caf2098a762b088317ad7a664a171166 Mon Sep 17 00:00:00 2001 From: eduard6 Date: Sun, 30 Apr 2017 20:55:51 -0400 Subject: [PATCH] A few install doc fixes, document upgrade process --- docs/INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 308211d..b6c9fdf 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -20,8 +20,9 @@ automake pkg-config libtool libffi-dev libssl-dev Then: - sudo pip install virtualenv + sudo pip install virtualenv service-identity mkdir jmvenv + virtualenv jmvenv cd jmvenv; source bin/activate; cd .. Install this repo in the virtualenv: @@ -63,3 +64,6 @@ There, you need to install the client code (without Joinmarket's bitcoin): python setupall.py --client-only +#### Upgrading + +After upgrading to a new version (or whenever the code has changed) you must re-run the applicable `python setupall.py` commands as described above.