From ba0fa70a573ec142f5f42562c45706f6430351ae Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 29 Jul 2009 21:37:10 +0000 Subject: [PATCH] fix setuptools command --- README.unittests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3