mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
more readme edits
This commit is contained in:
parent
442c8cd7ad
commit
9231cf4bfc
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
|
@ -13,8 +13,12 @@ Getting started
|
|||
===============
|
||||
Installing with pip
|
||||
-------------------
|
||||
The simplest way to install GPy is using pip.
|
||||
pip install gpy
|
||||
The simplest way to install GPy is using pip. ubuntu users can do:
|
||||
|
||||
sudo apt-get install python-pip
|
||||
pip install gpy
|
||||
|
||||
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
|
||||
------
|
||||
|
|
@ -23,8 +27,9 @@ 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 ~/gpy
|
||||
echo "PYTHONPATH=$PYTHONPATH:~/gpy > ~/.bashrc
|
||||
git clone git@github.com:SheffieldML/GPy.git ~/SheffieldML
|
||||
echo 'PYTHONPATH=$PYTHONPATH:~/SheffieldML' >> ~/.bashrc
|
||||
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
|
@ -32,8 +37,10 @@ On windows, we recommend the  on osx Mavericks.
|
||||
Everything appears to work out-of-the box using  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
|
||||
|
||||
|
||||
Compiling documentation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue