mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
Documented another easy way to build scikit-image for virtualenv users.
This commit is contained in:
@@ -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>`__
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
cython>=0.15
|
||||
matplotlib>=1.0
|
||||
numpy>=1.6
|
||||
Reference in New Issue
Block a user