Skip to content

The DebiaSyn Toolbox: Pushing the Boundaries of Information-Theoretic Estimators for Neuroimaging Data

Notifications You must be signed in to change notification settings

juancarlosfarah/debiasyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The DebiaSyn Toolbox

Pushing the Boundaries of Information-Theoretic Estimators for Neuroimaging Data

Installing Dependencies

We recommend you create a virtual environment within the repository.

python -m venv venv

You can then use this venv to install the dependencies.

source ./venv/bin/activate
pip install -r requirements.txt

Then install the PySamba module.

python -m pip install -e ./src

To stop the venv session, just execute deactivate.

If you add any dependencies to the code, please update the requirements.txt file.

pip freeze > requirements.txt

Flags

export LDFLAGS=-L/usr/local/lib export CPPFLAGS=-I/usr/local/include

About

The DebiaSyn Toolbox: Pushing the Boundaries of Information-Theoretic Estimators for Neuroimaging Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages