mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Adding documentation for building from current master without cloning. (#1455)
* Updating docs with pip way to build from source * wording
This commit is contained in:
parent
fb4d991732
commit
21a916009e
2 changed files with 10 additions and 0 deletions
|
@ -48,6 +48,11 @@ Ray can be built from the repository as follows.
|
|||
cd ray/python
|
||||
python setup.py install # Add --user if you see a permission denied error.
|
||||
|
||||
Alternatively, Ray can be built from the repository without cloning using pip.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install git+https://github.com/ray-project/ray.git#subdirectory=python
|
||||
|
||||
Test if the installation succeeded
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -56,6 +56,11 @@ Ray can be built from the repository as follows.
|
|||
cd ray/python
|
||||
python setup.py install # Add --user if you see a permission denied error.
|
||||
|
||||
Alternatively, Ray can be built from the repository without cloning using pip.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install git+https://github.com/ray-project/ray.git#subdirectory=python
|
||||
|
||||
Test if the installation succeeded
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Reference in a new issue