From 3e0429a4010455c30630647b558002dceb6cf89c Mon Sep 17 00:00:00 2001 From: StrikerRUS Date: Sat, 27 Mar 2021 19:33:40 +0300 Subject: [PATCH] Revert "[docs] added installation guide with Homebrew (#2414)" This reverts commit f2632a6e1eb1088ea3f462724e61d70f7131c784. --- docs/Installation-Guide.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/Installation-Guide.rst b/docs/Installation-Guide.rst index bceb5150f2c6..f29368e86dba 100644 --- a/docs/Installation-Guide.rst +++ b/docs/Installation-Guide.rst @@ -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::