added installation instruction for missing dependencies

This commit is contained in:
tpltnt 2017-04-06 23:18:13 +02:00
parent 4f1dd95963
commit 18385cfd2e

View File

@ -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``