From af3d3e778e02b382baea3740c2af9c101f035396 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Tue, 28 Apr 2020 14:38:10 -0700 Subject: [PATCH] [RayServe] Specify installation instruction in doc (#8220) --- doc/source/rayserve/overview.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~~~~