.. _Installation:

Installation
================================================================================

Installing the package
--------------------------------------------------------------------------------

The AutoSort package can be
downloaded from `GitHub <https://github.com/LiuLab-Bioelectronics-Harvard/AutoSort>`__.
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`



