From 76b69461507bc8877310321f751cdb0cc613ace4 Mon Sep 17 00:00:00 2001 From: Jeffrey Levesque Date: Sun, 7 Sep 2014 21:06:46 -0400 Subject: [PATCH] #26: README.md, Install 'scikit-learn' Submodule --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 344da98e5..042c60172 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,14 @@ sudo chown -R jeffrey:sudo machine-learning **Note:** change 'jeffrey' to the user account YOU use. +###Scikit-Learn + +``` +cd /var/www/html/machine-learning/scikit-learn/ +python setup.py build +sudo python setup.py install +``` + ##Testing / Execution ###Test Scripts