Hi all, For a develop install it is suggested in the contributing section of the website http://scikit-learn.org/stable/developers/contributing.html to do: python setup.py develop
However I read on stackoverflow that the preferred way to do this is now to use pip instead of using setuptools directly: pip install -e . Thanks, Albert
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn