Merge pull request #411 from tpltnt/packages-hint

added instruction for missing dependencies
This commit is contained in:
meejah 2017-04-18 12:17:08 -06:00 committed by GitHub
commit 7376e563ec

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 --python=python2.7 venv``
* ``venv/bin/pip install --upgrade setuptools``
* ``venv/bin/pip install --editable .``
* ``venv/bin/tahoe --version``