improve wording in installation documentation (#256)

This commit is contained in:
Robert Nishihara
2016-07-11 00:22:05 -07:00
committed by Philipp Moritz
parent 69ee25eb51
commit fa1d0f4e0f
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -24,12 +24,11 @@ sudo pip install numpy typing funcsigs subprocess32 protobuf==3.0.0a2 boto3 boto
### Build
Then run the setup scripts. Note that `./setup.sh` could take about 10 minutes
to run.
Then run the setup scripts.
```
cd ray
./setup.sh # Build all necessary third party libraries (e.g., gRPC and Apache Arrow).
./setup.sh # Build all necessary third party libraries (e.g., gRPC and Apache Arrow). This may take about 10 minutes.
./build.sh # Build Ray.
source setup-env.sh # Add Ray to your Python path.
```
+2 -3
View File
@@ -20,12 +20,11 @@ sudo pip install ipython typing funcsigs subprocess32 protobuf==3.0.0a2 boto3 bo
### Build
Then run the setup scripts. Note that `./setup.sh` could take about 10 minutes
to run.
Then run the setup scripts.
```
cd ray
./setup.sh # Build all necessary third party libraries (e.g., gRPC and Apache Arrow).
./setup.sh # Build all necessary third party libraries (e.g., gRPC and Apache Arrow). This may take about 10 minutes.
./build.sh # Build Ray.
source setup-env.sh # Add Ray to your Python path.
```