Skip to content

Commit

Permalink
add Readme
Browse files Browse the repository at this point in the history
git-svn-id: https://ptcoding.googlecode.com/svn/trunk@12 bba2e408-70eb-11de-b374-81e7cb8b6ca2
  • Loading branch information
Pentie authored and Pentie committed Jan 7, 2010
1 parent d776e18 commit aad81bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cython_gil/Readme.txt
@@ -0,0 +1,9 @@
1.to compile the module, run:

python setup build

and the module library will be generated in the build directory.

2.look into `build' to see, whether the path is same as it will be acquired in `py_test.py', if not, change the code.

sys.path.append("build/lib.linux-x86_64-2.6/")

0 comments on commit aad81bf

Please sign in to comment.