miykael / atlasreader

Python interface for generating coordinate tables and region labels from statistical MRI images
BSD 3-Clause "New" or "Revised" License
89 stars 31 forks source link

read_atlas_peak with "pip install" #114

Closed mriedel56 closed 4 years ago

mriedel56 commented 4 years ago

read_atlas_peak did not work for me when installing using pip install; however, it worked after i cloned the repository and installed using setup.py. seems like the last commit is the thing that fixed this issue. dont know if you are actively developing, but would it be possible to create a new version?

miykael commented 4 years ago

Thank you for the input @mriedel56. I've updated the PyPi package and everything should now work when installing it with pip install. Please let me know if this shouldn't be the case.