diff --git a/doc/source/ray-overview/index.rst b/doc/source/ray-overview/index.rst index 4ddf4fd98..25a007d9a 100644 --- a/doc/source/ray-overview/index.rst +++ b/doc/source/ray-overview/index.rst @@ -8,7 +8,7 @@ A Gentle Introduction to Ray This tutorial will provide a tour of the core features of Ray. -Ray provides Python and Java API. +Ray provides a Python and Java API. To use Ray in Python, first install Ray with: ``pip install ray``. To use Ray in Java, first add the `ray-api `__ and `ray-runtime `__ dependencies in your project. Then we can use Ray to parallelize your program.