add wget dependency for osx install (#172)

This commit is contained in:
Johann Schleier-Smith
2016-12-31 16:06:00 -08:00
committed by Robert Nishihara
parent d1594860de
commit 1616426ccf
+1 -1
View File
@@ -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