From: Mike Bayer Date: Wed, 29 Jul 2009 21:37:10 +0000 (+0000) Subject: fix setuptools command X-Git-Tag: rel_0_6_6~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0fa70a573ec142f5f42562c45706f6430351ae;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix setuptools command --- diff --git a/README.unittests b/README.unittests index 89a8f39e4d..92a7521d02 100644 --- a/README.unittests +++ b/README.unittests @@ -30,7 +30,7 @@ All that's required is for SQLAlchemy to be installed via setuptools. For example, to create a local install in a source distribution directory: $ export PYTHONPATH=. - $ python setup.py -d . + $ python setup.py develop -d . The above will create a setuptools "development" distribution in the local path, which allows the Nose plugin to be available when nosetests is run.