mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2026-06-10 17:47:33 +00:00
analysis in c working
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
python setup.py build_ext --inplace
|
||||
pause
|
||||
@@ -0,0 +1,5 @@
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
|
||||
setup(name='analysis',
|
||||
ext_modules=cythonize("analysis.py"))
|
||||
Reference in New Issue
Block a user