mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
Update README.md
updated installation instructions scipy 0.16
This commit is contained in:
parent
a56f56e9fa
commit
7e3e5ee359
1 changed files with 20 additions and 17 deletions
37
README.md
37
README.md
|
|
@ -10,6 +10,26 @@ A Gaussian processes framework in Python.
|
|||
|
||||
Continuous integration status: 
|
||||
|
||||
### Getting started: installing with pip
|
||||
|
||||
We are now requiring the newest version of  and thus, we strongly recommend using
|
||||
the .
|
||||
With anaconda you can install GPy by the following:
|
||||
|
||||
conda update scipy
|
||||
pip install gpy
|
||||
|
||||
. We've also had luck with , although enthought currently (as of 8th Sep. 2015) does not support scipy 0.16.
|
||||
|
||||
On a fresh install of windows 8.1, we downloaded the Anaconda python distribution, started the anaconda command prompt and typed
|
||||
|
||||
conda update scipy
|
||||
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
|
||||
|
||||
If you'd like to install from source, or want to contribute to the project (e.g. by sending pull requests via github), read on.
|
||||
|
||||
### Python 3 Compatibility
|
||||
Work is underway to make GPy run on Python 3.
|
||||
|
||||
|
|
@ -48,23 +68,6 @@ The command `python3 setup.py build_ext --inplace` builds the Cython extensions.
|
|||
|
||||
We like to pronounce it 'Gee-pie'.
|
||||
|
||||
### Getting started: installing with pip
|
||||
|
||||
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 a fresh install of windows 8.1, we downloaded the Anaconda python distribution, started the anaconda command prompt and typed
|
||||
|
||||
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
|
||||
|
||||
If you'd like to install from source, or want to contribute to the project (e.g. by sending pull requests via github), read on.
|
||||
|
||||
### Ubuntu hackers
|
||||
|
||||
For the most part, the developers are using ubuntu. To install the required packages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue