Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about new conda-forge packages #3943

Merged
merged 3 commits into from Jul 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS
@@ -1,6 +1,8 @@
2017-04-25 Viktor Gal <viktor.gal@shogun-toolbox.org>
* SHOGUN Release version 6.1.0 (libshogun 18.0, data 0.11, parameter 1)

* Add conda-forge packages, to get prebuilt binaries via the cross-platform conda package manager [Dougal Sutherland]

2016-11-05 Viktor Gal <viktor.gal@shogun-toolbox.org>

* SHOGUN Release version 6.0.0 (libshogun 18.0, data 0.11, parameter 1)
Expand Down
15 changes: 14 additions & 1 deletion doc/readme/INSTALL.md
Expand Up @@ -7,6 +7,7 @@ For other cases, we describe how to build Shogun from source code.

# Quicklinks
* [Ready-to-install packages](#binaries)
- [Anaconda](#anaconda)
- [Ubuntu](#ubuntu)
- [Debian](#debian)
- [Fedora](#fedora)
Expand All @@ -27,6 +28,18 @@ For other cases, we describe how to build Shogun from source code.

## Ready-to-install packages <a name="binaries"></a>

### Anaconda packages <a name="anaconda"></a>
The base shogun library and its Python interface are available through the conda package manager, via <a href="https://conda-forge.org">conda-forge</a>.
To install both:

conda install -c conda-forge shogun

or to get just the library:

conda install -c conda-forge shogun-cpp

These packages include most of the optional dependencies and are currently available for Linux and MacOS; we're [working on a Windows build](https://github.com/conda-forge/shogun-cpp-feedstock/issues/1).

### Ubuntu ppa <a name="ubuntu"></a>
We are working on integrating Shogun with Debian/Ubuntu.
In the meantime, we offer a [prepackaged ppa](https://launchpad.net/~shogun-toolbox/+archive/ubuntu/stable).
Expand All @@ -48,7 +61,7 @@ In addition to the latest stable release, we offer [nightly builds](https://laun

### Debian <a name="debian"></a>
Latest packages for Debian jessie are available in our own repository at [http://apt.shogun.ml](http://apt.shogun.ml).
We provide both the stable and nightly packages, currenlty only for amd64 architecture.
We provide both the stable and nightly packages, currently only for amd64 architecture.
In order to add the stable packages to your system, simply run the following commands

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3DD2174ACAB30365
Expand Down