We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f784e65 commit db04896Copy full SHA for db04896
Makefile
@@ -49,7 +49,7 @@ trailing-spaces:
49
find sklearn -name "*.py" -exec perl -pi -e 's/[ \t]*$$//' {} \;
50
51
cython:
52
- python build_tools/cythonize.py sklearn
+ python setup.py build_src
53
54
ctags:
55
# make tags for symbol based navigation in emacs and vim
0 commit comments