mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
improve wording in installation documentation (#256)
This commit is contained in:
committed by
Philipp Moritz
parent
69ee25eb51
commit
fa1d0f4e0f
@@ -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.
|
||||
```
|
||||
|
||||
@@ -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.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user