nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

Conda-forge #174

Closed christianbrodbeck closed 7 years ago

christianbrodbeck commented 7 years ago

After some trial and error I managed a working conda-forge feedstock: https://github.com/conda-forge/staged-recipes/pull/2201. That could simplify installation with dependencies and use of virtual envs with conda. If anyone here is interested in being on the maintainer list let me know.

larsoner commented 7 years ago

Feel free to add me

christianbrodbeck commented 7 years ago

I added you @Eric89GXL

christianbrodbeck commented 7 years ago

The feedstock is up at https://github.com/conda-forge/pysurfer-feedstock. After adding the condo-forge channel ($ conda config --add channels conda-forge) you can now install with $ conda install pysurfer. We did not add IPython to the dependencies, I wonder whether we should, since the command line script seems to use IPython.