diff --git a/DEPENDS.txt b/DEPENDS.txt index b2858256..e9e9025a 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -7,6 +7,11 @@ Build Requirements `Matplotlib >= 1.0 `__ is needed to generate the examples in the documentation. +If you like to use pip in a virtualenv, you can do the following to build the +development version of scikit-image: +$ pip install -r requirements.txt +$ python setup.py install + Runtime requirements -------------------- * `SciPy >= 0.10 `__ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..f291f1a5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +cython>=0.15 +matplotlib>=1.0 +numpy>=1.6