mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 15:26:23 +02:00
Update README.md
This commit is contained in:
parent
34932f8746
commit
e148daecd7
1 changed files with 3 additions and 2 deletions
|
|
@ -51,10 +51,11 @@ Windows
|
|||
-------
|
||||
On windows, we recommend the . We've also had luck with . 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  on osx Mavericks. Download/clone GPy, and then add GPy to your PYTHONPATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue