Skip to content

Commit

Permalink
[docs] remove macOS installation method with Homebrew formula (#4122)
Browse files Browse the repository at this point in the history
This reverts commit f2632a6.
  • Loading branch information
StrikerRUS authored Mar 27, 2021
1 parent 69779e6 commit e98da99
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/Installation-Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,13 @@ Also, you may want to read `gcc Tips <./gcc-Tips.rst>`__.
macOS
~~~~~

On macOS LightGBM can be installed using **Homebrew**, or can be built using **CMake** and **Apple Clang** or **gcc**.
On macOS LightGBM 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.16 or higher):

.. code::
Expand Down

0 comments on commit e98da99

Please sign in to comment.