mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Fix out-of-box installation instructions. (#173)
This commit is contained in:
committed by
Philipp Moritz
parent
8bb87a4f6b
commit
4d53fe504e
@@ -23,8 +23,8 @@ Ray can be built from the repository as follows.
|
||||
|
||||
```
|
||||
git clone https://github.com/ray-project/ray.git
|
||||
cd lib/python
|
||||
python setup.py install
|
||||
cd ray/lib/python
|
||||
python setup.py install --user
|
||||
```
|
||||
|
||||
Alternatively, Ray can be installed with pip as follows. However, this is
|
||||
|
||||
@@ -23,8 +23,8 @@ Ray can be built from the repository as follows.
|
||||
|
||||
```
|
||||
git clone https://github.com/ray-project/ray.git
|
||||
cd lib/python
|
||||
python setup.py install
|
||||
cd ray/lib/python
|
||||
python setup.py install --user
|
||||
```
|
||||
|
||||
Alternatively, Ray can be installed with pip as follows. However, this is
|
||||
|
||||
Reference in New Issue
Block a user