From 18385cfd2eeaa79c343e34cca0a089f1308a6d0f Mon Sep 17 00:00:00 2001 From: tpltnt Date: Thu, 6 Apr 2017 23:18:13 +0200 Subject: [PATCH] added installation instruction for missing dependencies --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 3871fa1b0..651c8a496 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,7 @@ pre-release code), you should create a virtualenv and install into that: * ``git clone https://github.com/tahoe-lafs/tahoe-lafs.git`` * ``cd tahoe-lafs`` * ``virtualenv venv`` +* ``venv/bin/pip install appdirs packaging six`` * ``venv/bin/pip install --editable .`` * ``venv/bin/tahoe --version``