From e148daecd7d2b64e9c4c882e9b94acd5ddea23b9 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Fri, 21 Nov 2014 17:48:40 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a4d0d1a..ab43556a 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,11 @@ Windows ------- On windows, we recommend the ![anaconda python distribution](http://continuum.io/downloads). We've also had luck with ![enthought](http://www.enthought.com). git clone or unzip the source to a suitable directory, and add an approptiate PYTHONPATH environment variable. -On windows 7 (and possibly earlier versions) there's a bug in scipy version 0.13 which tries to write very long filenames. Reverting to scipy 0.12 seems to do the trick: +On a fresh install of windows 8.1, we downloaded the Anaconda python distribution, started the anaconda command prompt and typed - conda install scipy=0.12 + pip install GPy +Everything seems to work: from here you can type `ipython` and then `import GPy; GPy.tests()`. Working as of 21/11/14. OSX --- Everything appears to work out-of-the box using ![enthought](http://www.enthought.com) on osx Mavericks. Download/clone GPy, and then add GPy to your PYTHONPATH