0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
61 stars 21 forks source link

pip install vs easy_install #111

Closed Peej1226 closed 4 years ago

Peej1226 commented 4 years ago

I am interested in using the spm1d within some analysis I am doing. I'm new to Python and have always used pip install to add packages.

Are there known issues with using pip install? I've never used easy_install before, is this done in the same way as pip install?

0todd0000 commented 4 years ago

There have been no issues reported with pip vs. easy_install. If you prefer pip, note that you can also use it:

pip install spm1d

Here is the link to spm1d at PyPi.

Peej1226 commented 4 years ago

Great thank you.