mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Update README.md
This commit is contained in:
parent
03ad735c31
commit
5ee7fb2a97
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -10,10 +10,10 @@ A Gaussian processes framework in Python.
|
|||
* [](http://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
#### Continuous integration
|
||||
| | Travis-CI | Codecov | Readthedocs |
|
||||
| ---: | :--: | :---: | :---: |
|
||||
| **master:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=master) | [](http://gpy.readthedocs.org/en/master/) |
|
||||
| **devel:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=devel) | [](http://gpy.readthedocs.org/en/devel/) |
|
||||
| | Travis-CI | Codecov |
|
||||
| ---: | :--: | :---: |
|
||||
| **master:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=master) |
|
||||
| **devel:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=devel) |
|
||||
|
||||
### Supported Platforms:
|
||||
|
||||
|
|
@ -55,11 +55,11 @@ If you'd like to install from source, or want to contribute to the project (e.g.
|
|||
|
||||
If you're having trouble installing GPy via `pip install GPy` here is a probable solution:
|
||||
|
||||
git clone https://github.com/mikecroucher/GPy.git
|
||||
git clone https://github.com/SheffieldML/GPy.git
|
||||
cd GPy
|
||||
git checkout devel
|
||||
python3 setup.py build_ext --inplace
|
||||
nosetests3 GPy/testing
|
||||
python setup.py build_ext --inplace
|
||||
nosetests GPy/testing
|
||||
|
||||
### Direct downloads
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue