Commit afe4545c authored by Robert Bradshaw's avatar Robert Bradshaw

install pyximport on Cython installation

parent faf0574b
......@@ -101,3 +101,8 @@ setup(
**setup_args
)
# Now install pyximport
os.chdir('pyximport')
os.spawnlp(os.P_WAIT, 'python', 'python', 'Setup.py', *sys.argv[1:])
os.chdir('..')
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