Skip to content

Commit

Permalink
Note requirement cython==0.29.0 in installation instructions (ray-pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
xutianming authored and raulchen committed Dec 17, 2018
1 parent 417c7f2 commit 7767aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For Ubuntu, run the following commands:
# If you are on Ubuntu 14.04, you need the following.
pip install cmake
pip install cython==0.27.3
pip install cython==0.29.0
For MacOS, run the following commands:

Expand All @@ -85,7 +85,7 @@ For MacOS, run the following commands:
brew update
brew install cmake pkg-config automake autoconf libtool openssl bison wget
pip install cython==0.27.3
pip install cython==0.29.0
If you are using Anaconda, you may also need to run the following.
Expand Down

0 comments on commit 7767aba

Please sign in to comment.