mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Add --user to instructions for building ray from source. (#1319)
This commit is contained in:
committed by
Philipp Moritz
parent
cabbd27c56
commit
60d4f92d43
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user