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:
commit
aa804d107d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue