mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 17:22:39 +02:00
fix links in readme
the ! is for adding images, but these are just links
This commit is contained in:
parent
775ce9e64c
commit
3a150198e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 . We've also had luck with .
|
||||
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  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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue