Installation and setup

Requirements

In order to effectively use neuromaps you must have the Connectome Workbench installed and accessible on your computer. Large portions of the functionality of the neuromaps toolbox rely on a few of the functions from the Connectome Workbench. You can follow instructions here for installing it. Once you have installed it open your terminal and type

wb_command -version

to make sure it is properly installed.

Basic installation

This package requires Python 3.7+. Assuming you have the correct version of Python installed, you can install neuromaps by opening a terminal and running the following:

git clone https://github.com/netneurolab/neuromaps.git
cd neuromaps
pip install .