mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
Add pip install instructions to README. (#869)
This commit is contained in:
committed by
Philipp Moritz
parent
c977fe8895
commit
b251f0b6b9
+19
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user