projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc95d9
)
Pyrex -> Cython
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 18 Apr 2009 07:21:13 +0000
(09:21 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 18 Apr 2009 07:21:13 +0000
(09:21 +0200)
INSTALL.txt
patch
|
blob
|
history
diff --git
a/INSTALL.txt
b/INSTALL.txt
index 3dccaa6736d1d189b2291ef5c405462ae4099b3d..1e208699cdbfd68823921d2977ee432a2db79346 100644
(file)
--- a/
INSTALL.txt
+++ b/
INSTALL.txt
@@
-1,5
+1,5
@@
-
Pyrex
- Installation Instructions
-=================================
+
Cython
- Installation Instructions
+=================================
=
You have two installation options:
@@
-8,7
+8,7
@@
You have two installation options:
python setup.py install
- This will install the
Pyrex
package
+ This will install the
Cython
package
into your Python system.
OR