doc: mention cython in installation note. (#896)

* doc: mention cython in installation note.

* Add to ubuntu note as well
This commit is contained in:
Zongheng Yang
2017-08-31 00:57:41 -07:00
committed by Robert Nishihara
parent 4e4a4e4e06
commit 7a36430399
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.