From e913352bdc4f32d891eca022417e871e5d7d8b15 Mon Sep 17 00:00:00 2001 From: John B Nelson Date: Tue, 7 Jun 2022 08:08:04 -0700 Subject: [PATCH] [Doc] Remove trailing period symbol install instruction (#25543) --- doc/source/ray-overview/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ray-overview/installation.rst b/doc/source/ray-overview/installation.rst index 062265847..a13741b41 100644 --- a/doc/source/ray-overview/installation.rst +++ b/doc/source/ray-overview/installation.rst @@ -175,7 +175,7 @@ Ray has experimental support for machines running Apple Silicon (such as M1 macs #. Ensure that the ``grpcio`` package is installed via forge and **not pypi**. Grpcio currently requires special compilation flags, which pypi will _not_ correctly build with. Miniforge provides a prebuilt version of grpcio for M1 macs. - * ``pip uninstall grpcio; conda install grpcio``. + * ``pip uninstall grpcio; conda install grpcio`` #. Install Ray as you normally would.