Documented another easy way to build scikit-image for virtualenv users.

This commit is contained in:
Marianne Corvellec
2013-06-28 12:35:50 -04:00
parent 6d5c8cb299
commit bba2b1b3fa
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -7,6 +7,11 @@ Build Requirements
`Matplotlib >= 1.0 <http://matplotlib.sf.net>`__ 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 <http://scipy.org>`__
+3
View File
@@ -0,0 +1,3 @@
cython>=0.15
matplotlib>=1.0
numpy>=1.6