diff --git a/README.rst b/README.rst index a884d76efdbeca332388fcaffd0498048c443c78..a1349738143c1dd2675fd2a753d0fa76b4e5edc0 100644 --- a/README.rst +++ b/README.rst @@ -86,14 +86,13 @@ https://sourceforge.net/apps/trac/scikit-learn/report Testing ------- -After installation, you can launch the test suite (you will need to -have nosetest installed):: +After installation, you can launch the test suite from outside the +source directory (you will need to have nosetest installed):: python -c "import scikits.learn as skl; skl.test()" -Note that this must be run from outisde the project's root -directory. See web page -http://scikit-learn.sourceforge.net/developers/ for complete -documentation on developement +See web page http://scikit-learn.sourceforge.net/install.html#testing +for more information. +