Fix out-of-box installation instructions. (#173)

This commit is contained in:
Robert Nishihara
2016-12-31 17:53:53 -08:00
committed by Philipp Moritz
parent 8bb87a4f6b
commit 4d53fe504e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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