Add --user to instructions for building ray from source. (#1319)

This commit is contained in:
Robert Nishihara
2017-12-13 23:48:03 -08:00
committed by Philipp Moritz
parent cabbd27c56
commit 60d4f92d43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Ray can be built from the repository as follows.
git clone https://github.com/ray-project/ray.git
cd ray/python
python setup.py install
python setup.py install # Add --user if you see a permission denied error.
Test if the installation succeeded
+1 -1
View File
@@ -54,7 +54,7 @@ Ray can be built from the repository as follows.
git clone https://github.com/ray-project/ray.git
cd ray/python
python setup.py install
python setup.py install # Add --user if you see a permission denied error.
Test if the installation succeeded