mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
minor edits to the README
This commit is contained in:
parent
5ea9725502
commit
6fb7fe2352
1 changed files with 4 additions and 3 deletions
|
|
@ -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 . We've also had luck with . git clone or unzip the source to a suitable directory, and add a PYTHONPATH environement variable.
|
On windows, we recommend the . We've also had luck with . git clone or unzip the source to a suitable directory, and add a PYTHONPATH environment variable.
|
||||||
|
|
||||||
OSX
|
OSX
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue