mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-16 11:21:25 +08:00
Merge pull request #142 from tonysyu/fix-readme-file
DOC: Convert README to markdown for proper github rendering.
This commit is contained in:
@@ -15,16 +15,16 @@ Refer to DEPENDS.txt for a list of dependencies.
|
||||
|
||||
The SciKit may be installed globally using
|
||||
|
||||
python setup.py install
|
||||
$ python setup.py install
|
||||
|
||||
or locally using
|
||||
|
||||
python setup.py install --prefix=${HOME}
|
||||
$ python setup.py install --prefix=${HOME}
|
||||
|
||||
If you prefer, you can use it without installing, by simply adding
|
||||
this path to your PYTHONPATH variable and compiling the extensions::
|
||||
this path to your PYTHONPATH variable and compiling the extensions:
|
||||
|
||||
python setup.py build_ext -i
|
||||
$ python setup.py build_ext -i
|
||||
|
||||
License
|
||||
-------
|
||||
Reference in New Issue
Block a user