Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
eaf3f94f
Commit
eaf3f94f
authored
May 17, 2014
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add reference to Anaconda distribution (which also bundles Cython)
parent
a6dd7125
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
docs/src/quickstart/install.rst
docs/src/quickstart/install.rst
+14
-6
No files found.
docs/src/quickstart/install.rst
View file @
eaf3f94f
Installing Cython
=================
Many scientific Python distributions, such as Enthought Canopy
[Canopy]_, Python(x,y) [Pythonxy]_, and Sage [Sage]_, bundle Cython
and no setup is needed. Note however that if your distribution ships a
version of Cython which is too old you can still use the instructions
below to update Cython. Everything in this tutorial should work with
Cython 0.11.2 and newer, unless a footnote says otherwise.
Many scientific Python distributions, such as Anaconda [Anaconda]_,
Enthought Canopy [Canopy]_, Python(x,y) [Pythonxy]_, and Sage [Sage]_,
bundle Cython and no setup is needed. Note however that if your
distribution ships a version of Cython which is too old you can still
use the instructions below to update Cython. Everything in this
tutorial should work with Cython 0.11.2 and newer, unless a footnote
says otherwise.
Unlike most Python software, Cython requires a C compiler to be
present on the system. The details of getting a C compiler varies
...
...
@@ -43,9 +44,16 @@ able to fetch Cython from PyPI and install it using::
easy_install cython
or
::
pip install cython
For Windows there is also an executable installer available for
download.
.. [Anaconda] http://docs.continuum.io/anaconda/
.. [Canopy] https://enthought.com/products/canopy/
.. [Pythonxy] http://www.pythonxy.com/
.. [Sage] W. Stein et al., Sage Mathematics Software, http://sagemath.org
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment