LABSN / expyfun

Experimental paradigm functions.
BSD 3-Clause "New" or "Revised" License
13 stars 21 forks source link

need to update install dependencies #414

Closed drammock closed 4 years ago

drammock commented 4 years ago

Might be nice to have a "quick-start" installation section that includes something like the following

$ conda create -n expy python=3 numpy scipy matplotlib pandas pyglet h5py joblib pillow
$ conda activate expy
$ pip install mne pyparallel rtmixer expyfun
drammock commented 4 years ago

(the missing dependency alluded to in the issue title is pillow)

larsoner commented 4 years ago

Can you add this to https://labsn.github.io/expyfun/getting_started.html#dependencies ?