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 -