Skip to content
Snippets Groups Projects
Commit e6fb4b23 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Update README.

Fix typos, change maintainer ownership and add --with-docstring flag to
nosetest command.

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@334 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
parent 78e424bc
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,13 @@ The project was started in 2007 by David Cournapeu as a Google Summer
of Code project, and since then many volunteers have contributed. See
the AUTHORS file for a complete list of contributors.
It is currently maintained by Fabian Pedregosa.
It is currently maintained by a team of volonteers.
Download
========
There are currently no public releases, please se the section 'Code'
There are currently no public releases, please see section 'Code'
below.
......@@ -62,7 +62,7 @@ Development
Code
----
To check out the sources for subversion, issue the command::
To check out the sources for subversion run the command::
svn co http://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk scikit-learn
......@@ -80,7 +80,8 @@ http://sourceforge.net/tracker/?group_id=294768
Testing
-------
To run the test suite (you will need nosetests), issue the command
'nosetests' from the project's top directory.
To execute the test suite, run from the project's top directory::
nosetests --with-doctest scikits/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment