mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
add wget dependency for osx install (#172)
This commit is contained in:
committed by
Robert Nishihara
parent
d1594860de
commit
1616426ccf
@@ -9,7 +9,7 @@ To install Ray, first install the following dependencies. We recommend using
|
||||
|
||||
```
|
||||
brew update
|
||||
brew install cmake automake autoconf libtool boost
|
||||
brew install cmake automake autoconf libtool boost wget
|
||||
sudo easy_install pip # If you're using Anaconda, then this is unnecessary.
|
||||
|
||||
pip install numpy funcsigs colorama psutil redis --ignore-installed six
|
||||
|
||||
Reference in New Issue
Block a user