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

0.2-beta release.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@588 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
parent 07262da2
Branches
Tags
No related merge requests found
......@@ -42,15 +42,6 @@ python modules. The install command is::
python setup.py install
If you have installed the boost libraries in a non-standard location
you might need to pass the appropriate --include argument so that it
find the correct headers. For example, if your headers reside in
/opt/local/include, (which is the case if you have installed them
through Mac Ports), you must issue the commands::
python setup.py build_ext --include=/opt/local/include
python setup.py install
Mailing list
============
......
......@@ -18,7 +18,7 @@ MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr'
URL = 'http://scikit-learn.sourceforge.net'
LICENSE = 'new BSD'
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
VERSION = '0.2-SVN'
VERSION = '0.2-beta'
import setuptools # we are using a setuptools namespace
from numpy.distutils.core import setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment