How to install Neuroslice

Using pip

The easiest way to install Neuroslice is using pip:

pip install neuroslice

This will automatically install all required dependencies. This will take a few minutes.

Verify the installation as well as input arguments:

neuroslice --help

From Source

For development or to get the latest features:

  1. Clone the repository:

    git clone https://github.com/anamatoso/neuroslice.git
    cd neuroslice
    
  2. Install in development mode:

    pip install -e .