mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 22:34:24 +08:00
doc: mention cython in installation note. (#896)
* doc: mention cython in installation note. * Add to ubuntu note as well
This commit is contained in:
committed by
Robert Nishihara
parent
4e4a4e4e06
commit
7a36430399
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user