Adding some help about what to do if flup flakes out on you

This commit is contained in:
Christopher Allan Webber 2013-04-10 10:52:39 -05:00
parent 33cbccb09d
commit 71ef20078c

View File

@ -185,6 +185,11 @@ flup::
./bin/easy_install flup
(Sometimes this breaks because flup's site is flakey. If it does for
you, try)::
./bin/easy_install https://pypi.python.org/pypi/flup/1.0.3.dev-20110405
This concludes the initial configuration of the development
environment. In the future, when you update your
codebase, you should also run::