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:
Clone the repository:
git clone https://github.com/anamatoso/neuroslice.git cd neuroslice
Install in development mode:
pip install -e .