ChristophKirst / ClearMap

ClearMap is a python toolbox for the analysis and registration of volumetric data from cleared tissues.
http://christophkirst.github.io/ClearMap/build/html/index.html
GNU General Public License v3.0
49 stars 40 forks source link

add cython module to setup.py #7

Closed jennan closed 7 years ago

jennan commented 7 years ago

Hello,

Here is a small fix to install cython module alongside others, e.g. when using pip install --user . in the repository folder. Otherwise VoxelizationCode.pyx is not compiled and installed.

ChristophKirst commented 7 years ago

cool thanks for the fix !