diff --git a/doc/install-on-macosx.md b/doc/install-on-macosx.md index abddbbe2d..e96baede8 100644 --- a/doc/install-on-macosx.md +++ b/doc/install-on-macosx.md @@ -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 diff --git a/doc/install-on-ubuntu.md b/doc/install-on-ubuntu.md index ff225df40..a8fd62636 100644 --- a/doc/install-on-ubuntu.md +++ b/doc/install-on-ubuntu.md @@ -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