mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Doc] Remove trailing period symbol install instruction (#25543)
This commit is contained in:
parent
45bf925ef0
commit
e913352bdc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue