explicit upgrade of setup tools

This commit is contained in:
tpltnt 2017-04-12 22:53:55 +02:00
parent ad1b7a3dc3
commit 864a24ed40

View File

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