From 4d53fe504e043637615834a861c740e6e0a5ee99 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 31 Dec 2016 17:53:53 -0800 Subject: [PATCH] Fix out-of-box installation instructions. (#173) --- doc/install-on-macosx.md | 4 ++-- doc/install-on-ubuntu.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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