From 3ac467bacbe6e656a12a6c16bad836198ed4d888 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Mon, 13 Feb 2012 23:14:10 -0500 Subject: [PATCH] DOC: Convert README to markdown for proper github rendering. --- README.txt => README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename README.txt => README.md (83%) diff --git a/README.txt b/README.md similarity index 83% rename from README.txt rename to README.md index 7b62ceea..a419b83a 100644 --- a/README.txt +++ b/README.md @@ -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 -------