Re: [scikit-learn] develop install with pip?

2017-05-31 Thread Albert Thomas
In fact `pip install --editable .` is the instruction given at the end of the Advanced installation instructions http://scikit-learn.org/stable/developers/advanced_installation.html#testing . I will submit a PR to recommend this in the Contributing section as well. Albert On Wed, May 31, 2017 a

Re: [scikit-learn] develop install with pip?

2017-05-31 Thread Olivier Grisel
+1 for recommending to use `pip install --editable .`. -- Olivier ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn

[scikit-learn] develop install with pip?

2017-05-31 Thread Albert Thomas
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 direc