explicit Python 2.7 virtualenv

This commit is contained in:
tpltnt 2017-04-06 12:08:18 +02:00 committed by Brian Warner
parent bf0149f7d7
commit 5a7790b2da

View File

@ -37,7 +37,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``
* ``virtualenv --python=python2.7 venv``
* ``venv/bin/pip install --editable .``
* ``venv/bin/tahoe --version``