daducci / COMMIT

Linear framework to combine tractography and tissue micro-structure estimation with diffusion MRI
Other
43 stars 33 forks source link

WIP - Improving setup and requirements #78

Closed frheault closed 4 years ago

frheault commented 4 years ago

Similar PR to the one I have made for AMICO, this is only to showcase how easy it could be to install AMICO from COMMIT.

The modifications I have made will allow COMMIT to be installed using pip install commit-daducci from a third party repo such as scilpy.

The modification also facilitates manual installation. Now pip install -e . does not crash if you don't have cython or bumpy. It runs and install it first and then compiles!

PR 99 would have to be merged first and a PyPi repo must exist. This is for demonstration only.