Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usage step1 command misleading #1

Open
rancheng opened this issue Oct 5, 2018 · 1 comment
Open

usage step1 command misleading #1

rancheng opened this issue Oct 5, 2018 · 1 comment

Comments

@rancheng
Copy link

rancheng commented Oct 5, 2018

Shouldn't the pyx be compiled by cython rather than python? (step1: cython _tree_prune.pyx)

@shenwanxiang
Copy link
Owner

Shouldn't the pyx be compiled by cython rather than python? (step1: cython _tree_prune.pyx)

pyx file is written by Cython, so you need to compile it , more information you can see here: https://moonlet.gitbooks.io/cython-document-zh_cn/content/ch1-basic_tutorial.html
I think Cython is an excellent tool for you to accelerate your code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants