From 271a7c5d435d8c4cb31af59a24b6444fde7db12b Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Mon, 31 Jan 2022 13:35:56 -0800 Subject: [PATCH] [Doc] fix typo in install doc (#7623) --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 6ed15cbe3..222686b19 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -45,7 +45,7 @@ If you are using **Apple Silicon**, please use the Conda packaging manager to in .. code-block:: bash - conda install -c conda-forge xgboost + conda install -c conda-forge py-xgboost Visit the `Miniconda website `_ to obtain Conda.