Skip to content

vsoch/pybraincompare

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#pybraincompare Circle CI

Semantic and computational comparison methods for brain imaging data, and visualization of outputs.

Installation

manual Installation

git clone https://github.com/vsoch/pybraincompare
cd pybraincompare
sudo python setup.py install

pip Installation

pip install pybraincompare

The current version is for Python 3, the first of which is released on pip as 0.1.19. If you want Python 2 only, use 0.1.18:

# Python 2
pip install pybraincompare==0.1.18

# Python 3
pip install pybraincompare==0.1.19

For examples and demos, please see the documentation. Submit bugs and feature requests as issues.