Installation

AFQ-Insight requires Python >= 3.7.

Installing the release version

The recommended way to install AFQ-Insight is from PyPI,

$ pip install afqinsight

This will install AFQ-Insight and all of its dependencies.

Installing the development version

The development version is less stable but may include new features. You can install the development version using pip:

pip install git+https://github.com/richford/AFQ-Insight.git

Alternatively, you can clone the source code from the github repository:

$ git clone git@github.com:richford/AFQ-Insight.git
$ cd AFQ-Insight
$ pip install .

If you would like to contribute to AFQ-Insight, see the contributing guidelines.

Next, go to the user guide or see the example gallery for further information on how to use AFQ-Insight.