From 1616426ccfc838ee929dac7e262ba2dea2a0f580 Mon Sep 17 00:00:00 2001 From: Johann Schleier-Smith Date: Sat, 31 Dec 2016 16:06:00 -0800 Subject: [PATCH] add wget dependency for osx install (#172) --- doc/install-on-macosx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-on-macosx.md b/doc/install-on-macosx.md index c7c359285..abddbbe2d 100644 --- a/doc/install-on-macosx.md +++ b/doc/install-on-macosx.md @@ -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