Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit bf00574

Browse files
committed
Merge pull request scikit-learn#5834 from hugobowne/dev_requirement_documentation
[MRG]added cython to requirements in documentation
2 parents 0101e2c + f59dbe7 commit bf00574

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ scikit-learn is tested to work under Python 2.6, Python 2.7, and Python 3.4.
4949
`six <http://pythonhosted.org/six/>`_). It should also work with Python 3.3.
5050

5151
The required dependencies to build the software are NumPy >= 1.6.1,
52-
SciPy >= 0.9 and a working C/C++ compiler.
52+
SciPy >= 0.9 and a working C/C++ compiler. For the development version,
53+
you will also require Cython >=0.23.
5354

5455
For running the examples Matplotlib >= 1.1.1 is required and for running the
5556
tests you need nose >= 1.1.2.

doc/developers/advanced_installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ bleeding edge
366366
=============
367367

368368
see section :ref:`git_repo` on how to get the development version. then follow
369-
the previous instructions to build from source depending on your platform.
369+
the previous instructions to build from source depending on your platform.
370+
You will also require Cython >=0.23 in order to build the development version.
370371

371372

372373
.. _testing:

0 commit comments

Comments
 (0)