ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

JOSS: Update install section #74

Closed RichardLitt closed 6 years ago

RichardLitt commented 6 years ago

I had to run this:

sudo pip install --ignore-installed -e .

Which I suspect is a problem with my system, rather than yours. However, it might be nice to include this instruction in the install section, for those like me who are unfamiliar with pip on a daily basis.

jeremymanning commented 6 years ago

Done. (I also included the --upgrade flag in case the user already has an old version of Quail.)