From f8e3fe8fbf49b954a63de2fab97d04c90c8c6065 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 7 Mar 2011 11:53:14 +0100 Subject: [PATCH] mention that one might need to use the pypi.testrun.org repository --- doc/develop.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/develop.txt b/doc/develop.txt index 96b7eb0b1..3ee9380e8 100644 --- a/doc/develop.txt +++ b/doc/develop.txt @@ -31,4 +31,10 @@ With a working Distribute_ or setuptools_ installation you can type:: in order to work inline with the tools and the lib of your checkout. +If this command complains that it could not find the required version +of "py" then you need to use the development pypi repository:: + + python setup.py develop -i http://pypi.testrun.org + + .. include:: links.inc