diff --git a/doc/source/rayserve/overview.rst b/doc/source/rayserve/overview.rst index 8c62e958b..350bb7ac1 100644 --- a/doc/source/rayserve/overview.rst +++ b/doc/source/rayserve/overview.rst @@ -32,6 +32,17 @@ and allows you to leverage all of the other Ray frameworks so you can deploy and If you want to try out Serve, join our `community slack `_ and discuss in the #serve channel. + +Installation +~~~~~~~~~~~~ +RayServe supports Python versions 3.5 and higher. To install RayServe: + +.. code-block:: bash + + pip install "ray[serve]" + + + RayServe in 90 Seconds ~~~~~~~~~~~~~~~~~~~~~~