[scikit-learn] develop install with pip?
Albert Thomas
albertthomas88 at gmail.com
Wed May 31 05:27:31 EDT 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20170531/4da002fe/attachment.html>
More information about the scikit-learn
mailing list