Merge branch 'doc' of git://github.com/tonysyu/scikits.image

This commit is contained in:
Stefan van der Walt
2009-11-08 01:27:37 +02:00
2 changed files with 25 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
Build Requirements
------------------
* Python 2.6
* `Numpy <http://numpy.scipy.org/>`_
* `Scipy <http://www.scipy.org/>`_
* `Cython <http://www.cython.org/>`_
Optional Requirements
---------------------
You can use this Scikit with the basic requirements listed above, but additional libraries are required for image I/O and some image processing/analysis capabilities.
`Open CV <http://opencv.willowgarage.com/wiki/>`_ (>= 2.0).
Required for functions in ``scikits.image.opencv``.
`Python Imaging Library (PIL) <http://www.pythonware.com/products/pil/>`_
Used for ``scikits.io.imread`` and ``scikits.io.imsave``.
`PyQt4 <http://wiki.python.org/moin/PyQt>`_
Used for ``scikits.io.imshow``.
`PyGTK <http://www.pygtk.org/>`_
Used for ``scikits.io.imshow``.
+1
View File
@@ -23,3 +23,4 @@ in-place::
python setup.py build_ext -i
.. include:: ../../REQUIREMENTS.txt