Note requirement cython==0.27.3 in installation instructions. (#3322)

This commit is contained in:
Robert Nishihara
2018-11-15 15:27:19 -08:00
committed by Philipp Moritz
parent 1be1455d86
commit 98edf752a9
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ For Ubuntu users, run the following commands:
# If you are on Ubuntu 14.04, you need the following.
pip install cmake
pip install cython
pip install cython==0.27.3
For macOS users, run the following commands:
::
@@ -34,7 +34,7 @@ For macOS users, run the following commands:
brew update
brew install maven cmake pkg-config automake autoconf libtool openssl bison wget
pip install cython
pip install cython==0.27.3
Build Ray
^^^^^^^^^