From 6fb7fe2352960f3d5b5ad1ccb18569ae3ebe9978 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Wed, 27 Nov 2013 12:41:47 +0000 Subject: [PATCH] minor edits to the README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10ca8a83..a3d98466 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,13 @@ For the most part, the developers are using ubuntu. To install the required pack sudo apt-get install python-numpy python-scipy python-matplotlib clone this git repository and add it to your path: - git clone git@github.com:SheffieldML/GPy.git \ - echo "PYTHONPATH=$PYTHONPATH:\ > ~/.bashrc + + git clone git@github.com:SheffieldML/GPy.git ~/gpy + echo "PYTHONPATH=$PYTHONPATH:~/gpy > ~/.bashrc 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 a PYTHONPATH environement variable. +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 a PYTHONPATH environment variable. OSX ---