From 864a24ed402d3f8f0e224964ad78be96bff0899d Mon Sep 17 00:00:00 2001 From: tpltnt Date: Wed, 12 Apr 2017 22:53:55 +0200 Subject: [PATCH] explicit upgrade of setup tools --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 080ea86b0..db1f167be 100644 --- a/README.rst +++ b/README.rst @@ -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``