[RayServe] Specify installation instruction in doc (#8220)

This commit is contained in:
Simon Mo
2020-04-28 14:38:10 -07:00
committed by GitHub
parent 4d639354cd
commit af3d3e778e
+11
View File
@@ -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 <https://forms.gle/9TSdDYUgxYs8SA9e8>`_
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
~~~~~~~~~~~~~~~~~~~~~~