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
7aa825fe
Commit
7aa825fe
authored
Sep 07, 2017
by
scoder
Committed by
GitHub
Sep 07, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1861 from gpkc/patch-1
Update README on pyximport
parents
2f837e12
657c14a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyximport/README
pyximport/README
+1
-1
No files found.
pyximport/README
View file @
7aa825fe
...
@@ -20,7 +20,7 @@ Doing so will result in the compilation of foo.pyx (with appropriate
...
@@ -20,7 +20,7 @@ Doing so will result in the compilation of foo.pyx (with appropriate
exceptions if it has an error in it).
exceptions if it has an error in it).
If you would always like to import pyrex files without building them
If you would always like to import pyrex files without building them
specially, you can also the first line above to your sitecustomize.py.
specially, you can also
add
the first line above to your sitecustomize.py.
That will install the hook every time you run Python. Then you can use
That will install the hook every time you run Python. Then you can use
Pyrex modules just with simple import statements. I like to test my
Pyrex modules just with simple import statements. I like to test my
Pyrex modules like this:
Pyrex modules like this:
...
...
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