Kludgey documentation fix so that python 2 does not break with flup

See also Issue #5373
This commit is contained in:
Christopher Allan Webber 2015-12-14 14:19:20 -06:00
parent e61dea3b05
commit 13f187992a

View File

@ -256,6 +256,11 @@ flup::
$ ./bin/easy_install flup
(Note, if you're running Python 2, which you probably are at this
point in MediaGoblin's development, you'll need to run:)
$ ./bin/easy_install flup==1.0.3.dev-20110405
The above provides an in-package install of ``virtualenv``. While this
is counter to the conventional ``virtualenv`` configuration, it is
more reliable and considerably easier to configure and illustrate. If