neuropoly / bids_neuropoly

Python package that deals with BIDS structure for filtering data (specific to NeuroPoly developments)
1 stars 0 forks source link

Requirements separation #11

Closed alexfoias closed 5 years ago

alexfoias commented 5 years ago

The aim of this PR is to split the API & script (convert_dcm2nii) requirements.

To install the convert_dcm2nii script run: pip install -r scripts/requirements.txt

Fixes #7

alexfoias commented 5 years ago

I will update the readme file soon.

jcohenadad commented 5 years ago

i'll review when everything is finalized (incl. readme)

perone commented 5 years ago

I need this change to finish the package before uploading to PyPI repository, so I'll be able to depend on it on the ivado project, can we merge this PR and add the readme later ?

alexfoias commented 5 years ago

@perone I will do it in 2 min.

alexfoias commented 5 years ago

@perone @jcohenadad I updated the readme