[Doc] Remove trailing period symbol install instruction (#25543)

This commit is contained in:
John B Nelson 2022-06-07 08:08:04 -07:00 committed by GitHub
parent 45bf925ef0
commit e913352bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.