minor edits to the README

This commit is contained in:
James Hensman 2013-11-27 12:41:47 +00:00
parent 5ea9725502
commit 6fb7fe2352

View file

@ -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 sudo apt-get install python-numpy python-scipy python-matplotlib
clone this git repository and add it to your path: clone this git repository and add it to your path:
git clone git@github.com:SheffieldML/GPy.git \<destination\>
echo "PYTHONPATH=$PYTHONPATH:\<detination\> > ~/.bashrc git clone git@github.com:SheffieldML/GPy.git ~/gpy
echo "PYTHONPATH=$PYTHONPATH:~/gpy > ~/.bashrc
Windows 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 OSX
--- ---