Skip to content

Commit

Permalink
[docs] added installation guide with Homebrew (#2414)
Browse files Browse the repository at this point in the history
* added installation guide with Homebrew

* hotfix

* update wording to separate install and build cases
  • Loading branch information
StrikerRUS committed Sep 28, 2019
1 parent 1f88721 commit f2632a6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/Installation-Guide.rst
Expand Up @@ -111,13 +111,23 @@ Also, you may want to read `gcc Tips <./gcc-Tips.rst>`__.
macOS
~~~~~

On macOS LightGBM can be built using **CMake** and **Apple Clang** or **gcc**.
On macOS LightGBM can be installed using **Homebrew**, or can be built using **CMake** and **Apple Clang** or **gcc**.

Apple Clang
^^^^^^^^^^^

Only **Apple Clang** version 8.1 or higher is supported.

Install Using ``Homebrew``
**************************

.. code::
brew install lightgbm
Build from GitHub
*****************

1. Install `CMake`_ (3.12 or higher):

.. code::
Expand Down

0 comments on commit f2632a6

Please sign in to comment.