Updates README installation procedure

Includes an installation workaround for the exception
'dist must be a Distribution instance'
This commit is contained in:
Tristan Cacqueray 2013-11-07 11:26:40 -05:00
parent 850baa2c6a
commit 4f1b2ee6cc
1 changed files with 5 additions and 0 deletions

View File

@ -49,8 +49,13 @@ setup.py install.
$ virtualenv $HOME/venv
$ . $HOME/venv/bin/activate
$ pip install -r tools/pip-requires
$ python setup.py install
Note, without the manual pip install, the installation might failed with
this error: 'TypeError: dist must be a Distribution instance'
ref: https://bugs.launchpad.net/swift/+bug/1217288
swfiller usage
--------------