Installation

Installation#

Installing the package#

The AutoSort package can be downloaded from GitHub. Installation is quick and performed using pip in the usual manner:

conda create -n autosort python=3.9
conda activate autosort
pip install autosort-neuron==0.0.1.4

Note

A GPU is necessary for accelerating computations.

To use the jupyter notebook, you need to install the jupyter notebook package with pip install ipykernel