From 7a36430399dfcdfbf50ccdedea363ebbddb21af1 Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Thu, 31 Aug 2017 00:57:41 -0700 Subject: [PATCH] doc: mention cython in installation note. (#896) * doc: mention cython in installation note. * Add to ubuntu note as well --- doc/source/install-on-macosx.rst | 2 +- doc/source/install-on-ubuntu.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install-on-macosx.rst b/doc/source/install-on-macosx.rst index 1e5a66b92..670dce2cc 100644 --- a/doc/source/install-on-macosx.rst +++ b/doc/source/install-on-macosx.rst @@ -28,7 +28,7 @@ To build Ray, first install the following dependencies. We recommend using brew update brew install cmake pkg-config automake autoconf libtool boost wget - pip install numpy cloudpickle funcsigs click colorama psutil redis flatbuffers --ignore-installed six + pip install numpy cloudpickle funcsigs click colorama psutil redis flatbuffers cython --ignore-installed six If you are using Anaconda, you may also need to run the following. diff --git a/doc/source/install-on-ubuntu.rst b/doc/source/install-on-ubuntu.rst index f5269dce0..38e4d6e61 100644 --- a/doc/source/install-on-ubuntu.rst +++ b/doc/source/install-on-ubuntu.rst @@ -35,7 +35,7 @@ To build Ray, first install the following dependencies. We recommend using # If you are on Ubuntu 14.04, you need the following. pip install cmake - pip install numpy cloudpickle funcsigs click colorama psutil redis flatbuffers + pip install numpy cloudpickle funcsigs click colorama psutil redis flatbuffers cython If you are using Anaconda, you may also need to run the following.