From f21301c74924591491619f6479c6f61fd9b33843 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Fri, 28 Jan 2022 01:06:39 -0800 Subject: [PATCH] [Doc] Add instruction to install XGBoost for Apple Silicon using Conda (#7612) --- doc/install.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/install.rst b/doc/install.rst index 31224b6ed..6ed15cbe3 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -41,6 +41,14 @@ into permission errors. Python pre-built binary capability for each platform: | Windows | |tick| | |cross| | +-------------------+---------+----------------------+ +If you are using **Apple Silicon**, please use the Conda packaging manager to install XGBoost: + +.. code-block:: bash + + conda install -c conda-forge xgboost + +Visit the `Miniconda website `_ to obtain Conda. + R -