]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix setuptools command
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jul 2009 21:37:10 +0000 (21:37 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jul 2009 21:37:10 +0000 (21:37 +0000)
README.unittests

index 89a8f39e4d1d022587172dced597c2032a8db78b..92a7521d0280ed21c0128ac192a478e852abb2f9 100644 (file)
@@ -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.