Add pip install instructions to README. (#869)

This commit is contained in:
Robert Nishihara
2017-08-27 19:55:39 -07:00
committed by Philipp Moritz
parent c977fe8895
commit b251f0b6b9
+19 -2
View File
@@ -11,6 +11,23 @@ Ray
Ray is a flexible, high-performance distributed execution framework.
View the `documentation`_.
Installation
------------
.. _`documentation`: http://ray.readthedocs.io/en/latest/index.html
- Ray can be installed on Linux and Mac with ``pip install ray``.
- To build Ray from source, see the instructions for `Ubuntu`_ and `Mac`_.
.. _`Ubuntu`: http://ray.readthedocs.io/en/latest/install-on-ubuntu.html
.. _`Mac`: http://ray.readthedocs.io/en/latest/install-on-macosx.html
More Information
----------------
- `Documentation`_
- `Blog`_
- `HotOS paper`_
.. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html
.. _`Blog`: https://ray-project.github.io/ray/
.. _`HotOS paper`: https://arxiv.org/abs/1703.03924