You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/readme/INSTALL.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -82,17 +82,17 @@ Install as
82
82
83
83
84
84
### MacOS <aname="mac"></a>
85
-
Shogun is part of [homebrew-science](https://github.com/Homebrew/homebrew-science).
85
+
Shogun is part of [Homebrew](https://formulae.brew.sh/formula/shogun).
86
86
Install the latest stable version as
87
87
88
-
brew install homebrew/science/shogun
88
+
brew install shogun
89
89
90
90
### Windows <aname="windows"></a>
91
91
Shogun natively compiles under Windows using MSVC, see the [AppVeyor CI build](https://ci.appveyor.com/project/vigsterkr/shogun) and the [Windows section](#manual-windows). We currently only support binary packages via conda.
92
92
If you are interested in packaging, documenting, or contributing otherwise, please contact us.
93
93
94
94
## Docker images <aname="docker"></a>
95
-
You can run Shogun in [our own cloud](cloud.shogun.ml) or set up your own using our
Copy file name to clipboardexpand all lines: doc/readme/INTERFACES.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Running Shogun from the interfaces
2
2
==================================
3
3
4
-
We assume that installation (including the interfaces) was successful and all dependencies are installed. See [INSTALL.md](INSTALL.md) and our website.
4
+
We assume that installation (including the interfaces) was successful and all dependencies are installed. See [INSTALL.md][installation-page].
5
5
6
6
Note that setting some the enviromental variables should not be necessary in case you installed Shogun to the default folder or installed it from a binary package.
7
7
@@ -110,7 +110,7 @@ Running it again requires the above class path and some more options
Copy file name to clipboardexpand all lines: doc/readme/MISSION.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,6 @@ The original focus was on large-scale kernel methods and bioinformatics.
72
72
Since then, Shogun has continuously been used for scientific research (a list of papers citing Shogun can be found [here](http://scholar.google.com/scholar?hl=en&q=shogun+toolbox&btnG=&as_sdt=1%2C33&as_sdtp=)) and massively expanded.
73
73
Shogun joined [NumFocus](https://www.numfocus.org/) in early 2017.
74
74
75
-
Currently, Shogun is developed by a diverse team of students, scientists and professionals, see the [website](http://shogun-toolbox.org/page/about/ourteam) and Shogun's [AUTHORS](https://github.com/shogun-toolbox/shogun/wiki/AUTHORS).
75
+
Currently, Shogun is developed by a diverse team of students, scientists and professionals, see Shogun's [AUTHORS](https://github.com/shogun-toolbox/shogun/wiki/AUTHORS).
76
76
None of their work would have been possible without the patches and bug reports by various contributors.
0 commit comments