Commit 7aa825fe authored by scoder's avatar scoder Committed by GitHub

Merge pull request #1861 from gpkc/patch-1

Update README on pyximport
parents 2f837e12 657c14a7
......@@ -20,7 +20,7 @@ Doing so will result in the compilation of foo.pyx (with appropriate
exceptions if it has an error in it).
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
Pyrex modules just with simple import statements. I like to test my
Pyrex modules like this:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment