Changed build.rst (binary wheels are supported for macOS also) (#5711)

This commit is contained in:
Dmitry Mottl 2020-05-27 17:18:45 +03:00 committed by GitHub
parent e3aa7f1441
commit 78b4e95f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Installation Guide
pip3 install xgboost pip3 install xgboost
* The binary wheel will support GPU algorithms (`gpu_hist`) on machines with NVIDIA GPUs. Please note that **training with multiple GPUs is only supported for Linux platform**. See :doc:`gpu/index`. * The binary wheel will support GPU algorithms (`gpu_hist`) on machines with NVIDIA GPUs. Please note that **training with multiple GPUs is only supported for Linux platform**. See :doc:`gpu/index`.
* Currently, we provide binary wheels for 64-bit Linux and Windows. * Currently, we provide binary wheels for 64-bit Linux, macOS and Windows.
* Nightly builds are available. You can now run * Nightly builds are available. You can now run
.. code-block:: bash .. code-block:: bash