[Doc] Add instruction to install XGBoost for Apple Silicon using Conda (#7612)

This commit is contained in:
Philip Hyunsu Cho
2022-01-28 01:06:39 -08:00
committed by GitHub
parent 81210420c6
commit f21301c749

View File

@@ -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 <https://docs.conda.io/en/latest/miniconda.html>`_ to obtain Conda.
R
-