Skip to content

Commit

Permalink
[Doc] Add dependencies installation instruction to the dev doc (ray-p…
Browse files Browse the repository at this point in the history
…roject#44913)

Signed-off-by: kaihsun <[email protected]>
Signed-off-by: Kai-Hsun Chen <[email protected]>
Co-authored-by: angelinalg <[email protected]>
  • Loading branch information
kevin85421 and angelinalg authored Apr 23, 2024
1 parent 84047b5 commit d4a6ec3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/ray-contribute/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Enter into the project directory, for example:

.. code-block:: shell
cd ray
cd ray
Now you can build the dashboard. From inside of your local Ray project directory enter into the dashboard client directory:

Expand Down Expand Up @@ -207,7 +207,9 @@ Enter into the ``python/`` directory inside of the Ray project directory and ins
# Install Ray.
cd python/
# You may need to set the following two env vars if your platform is MacOS ARM64(M1).
# Install required dependencies.
pip install -r requirements.txt
# You may need to set the following two env vars if you have a macOS ARM64(M1) platform.
# See https://github.com/grpc/grpc/issues/25082 for more details.
# export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
# export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
Expand Down

0 comments on commit d4a6ec3

Please sign in to comment.