compneuro-da / rsHRF

rsHRF: A Toolbox for Resting State HRF Deconvolution and Connectivity Analysis (MATLAB)
BSD 3-Clause "New" or "Revised" License
47 stars 15 forks source link

create the actual command-line ``rsHRF`` #36

Closed madhur-tandon closed 6 years ago

madhur-tandon commented 6 years ago

To check:

1) create a virtualenv with python3:

virtualenv -p python3 venv

2) activate it:

source venv/bin/activate

3) go to the directory which contains setup.py

4) install the rsHRF command-line using:

pip install -e .

5) run the command-line using the key-word rsHRF

6) deactivate the environment when done.