From 3a150198e8ebe7065df495806e5f0773f8e3c842 Mon Sep 17 00:00:00 2001 From: Homer Strong Date: Sun, 19 Jul 2015 13:44:24 -0700 Subject: [PATCH] fix links in readme the ! is for adding images, but these are just links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e98af85..403f4a46 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The simplest way to install GPy is using pip. Ubuntu users can do: sudo apt-get install python-pip pip install gpy -On windows, we recommend the ![anaconda python distribution](http://continuum.io/downloads). We've also had luck with ![enthought](http://www.enthought.com). +On windows, we recommend the [anaconda python distribution](http://continuum.io/downloads). We've also had luck with [enthought](http://www.enthought.com). On a fresh install of windows 8.1, we downloaded the Anaconda python distribution, started the anaconda command prompt and typed @@ -56,7 +56,7 @@ clone this git repository and add it to your path: ### 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 +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 git clone git@github.com:SheffieldML/GPy.git ~/SheffieldML echo 'PYTHONPATH=$PYTHONPATH:~/SheffieldML' >> ~/.profile