mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
DOC: Update repo address.
This commit is contained in:
@@ -2,20 +2,20 @@ Installation from source
|
||||
------------------------
|
||||
|
||||
Obtain the source from the git-repository at
|
||||
`http://github.com/scikits-image/scikits.image
|
||||
<http://github.com/scikits-image/scikits.image>`_.
|
||||
`http://github.com/scikits-image/scikits-image
|
||||
<http://github.com/scikits-image/scikits-image>`_.
|
||||
|
||||
by running
|
||||
|
||||
::
|
||||
|
||||
git clone http://github.com/scikits-image/scikits.image.git
|
||||
git clone http://github.com/scikits-image/scikits-image.git
|
||||
|
||||
in a terminal (You will need to have git installed on your machine).
|
||||
|
||||
If you do not have git installed, you can also download a zipball from
|
||||
`https://github.com/scikits-image/scikits.image/zipball/master
|
||||
<https://github.com/scikits-image/scikits.image/zipball/master>`_.
|
||||
`https://github.com/scikits-image/scikits-image/zipball/master
|
||||
<https://github.com/scikits-image/scikits-image/zipball/master>`_.
|
||||
|
||||
The SciKit can be installed globally using
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Image Processing SciKit
|
||||
=======================
|
||||
|
||||
The `scikits.image <http://scikits-image.org>`__ SciKit (toolkit for
|
||||
The `scikits-image <http://scikits-image.org>`__ SciKit (toolkit for
|
||||
`SciPy <http://www.scipy.org>`__) extends ``scipy.ndimage`` to provide
|
||||
a versatile set of image processing routines. It is written in the
|
||||
`Python <http://www.python.org>`_ language.
|
||||
@@ -16,7 +16,7 @@ http://scikits-image.org
|
||||
|
||||
Source, bugs and patches
|
||||
------------------------
|
||||
http://github.com/scikits-image/scikits.image
|
||||
http://github.com/scikits-image/scikits-image
|
||||
|
||||
Mailing List
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user