ornlneutronimaging / ImagingReso

Resonance Imaging
http://imagingreso.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

pip instruction #6

Closed ustajan closed 5 years ago

ustajan commented 5 years ago

I strongly suggest changing the installation instructions from

pip install ImagingReso

to

python3 -m pip install ImagingReso

Currently, if you run the above command, it uses whichever version of python it finds first. I have both python2 and python3, and it defaulted to python2.

zhangy6x commented 5 years ago

Thanks for the suggestion. I have updated the instruction.