mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
explicit Python 2.7 virtualenv
This commit is contained in:
parent
bf0149f7d7
commit
5a7790b2da
@ -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``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user