DOC: Convert README to markdown for proper github rendering.

This commit is contained in:
Tony S Yu
2012-02-13 23:14:10 -05:00
parent 917f345d61
commit 3ac467bacb
+4 -4
View File
@@ -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
-------