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
c57ad5fb
Commit
c57ad5fb
authored
May 16, 2014
by
Kurt Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: Updates EPD references to refer to Canopy.
parent
43d26ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
docs/src/quickstart/install.rst
docs/src/quickstart/install.rst
+12
-13
No files found.
docs/src/quickstart/install.rst
View file @
c57ad5fb
Installing Cython
Installing Cython
=================
=================
Many scientific Python distributions, such as the Enthought Python
Many scientific Python distributions, such as Enthought Canopy
Distribution [EPD]_, Python(x,y) [Pythonxy]_, and Sage [Sage]_, bundle
[Canopy]_, Python(x,y) [Pythonxy]_, and Sage [Sage]_, bundle Cython
Cython and no setup is needed. Note however that if your distribution
and no setup is needed. Note however that if your distribution ships a
ships a version of Cython which is too old you can still use the
version of Cython which is too old you can still use the instructions
instructions below to update Cython. Everything in this tutorial
below to update Cython. Everything in this tutorial should work with
should work with Cython 0.11.2 and newer, unless a footnote says
Cython 0.11.2 and newer, unless a footnote says otherwise.
otherwise.
Unlike most Python software, Cython requires a C compiler to be
Unlike most Python software, Cython requires a C compiler to be
present on the system. The details of getting a C compiler varies
present on the system. The details of getting a C compiler varies
...
@@ -24,11 +23,11 @@ according to the system used:
...
@@ -24,11 +23,11 @@ according to the system used:
- **Windows** A popular option is to use the open source MinGW (a
- **Windows** A popular option is to use the open source MinGW (a
Windows distribution of gcc). See the appendix for instructions for
Windows distribution of gcc). See the appendix for instructions for
setting up MinGW manually. E
PD and Python(x,y) bundle MinGW, but
setting up MinGW manually. E
nthought Canopy and Python(x,y) bundle
some of the configuration steps in the appendix might still be
MinGW, but some of the configuration steps in the appendix might
necessary. Another option is to use Microsoft's Visual C. One must
still be necessary. Another option is to use Microsoft's Visual C.
then use the same version which the installed Python was compiled
One must then use the same version which the installed Python was
with.
compiled
with.
.. dagss tried other forms of ReST lists and they didn't look nice
.. dagss tried other forms of ReST lists and they didn't look nice
.. with rst2latex.
.. with rst2latex.
...
@@ -47,6 +46,6 @@ able to fetch Cython from PyPI and install it using::
...
@@ -47,6 +46,6 @@ able to fetch Cython from PyPI and install it using::
For Windows there is also an executable installer available for
For Windows there is also an executable installer available for
download.
download.
.. [
EPD] http://www.enthought.com/products/epd.php
.. [
Canopy] https://enthought.com/products/canopy/
.. [Pythonxy] http://www.pythonxy.com/
.. [Pythonxy] http://www.pythonxy.com/
.. [Sage] W. Stein et al., Sage Mathematics Software, http://sagemath.org
.. [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