Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create the actual command-line rsHRF #36

Merged
merged 2 commits into from
Jul 11, 2018

Conversation

madhur-tandon
Copy link
Collaborator

@madhur-tandon madhur-tandon commented Jul 10, 2018

To check:

  1. create a virtualenv with python3:

virtualenv -p python3 venv

  1. activate it:

source venv/bin/activate

  1. go to the directory which contains setup.py

  2. install the rsHRF command-line using:

pip install -e .

  1. run the command-line using the key-word rsHRF

  2. deactivate the environment when done.

The user can install the required packages and run
the command directly from terminal without explicit mention
of the python keyword. The installation also installs
all the required dependencies so that this works out of
the box.

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.
@danielemarinazzo danielemarinazzo merged commit 60bf913 into compneuro-da:master Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants