Merge pull request #213 from bearnun/patch-1

Update doc to site cython version 0.23 instead of 0.21
This commit is contained in:
Richard Larkin 2016-11-07 22:09:24 +02:00 committed by GitHub
commit aa804d107d

View file

@ -32,10 +32,10 @@ Currently, the toolchain requires a few tools for compilation. You will need:
brew install autoconf automake libtool pkg-config
brew link libtool
#. Install Cython (0.21)::
#. Install Cython (0.23)::
# pip method if available (sudo might be needed.)
pip install cython==0.21
pip install cython==0.23
Using the toolchain