Installation ================= We provide MATLAB and Python implementations for PaSTA. MATLAB ----------------- Download the matlab_PaSTA folder from `PaSTA GitHUB repository `_ and add to path. .. code-block:: MATLAB addpath(genpath('matlab_PaSTA')) Python ----------------- Implementation is available from PyPI distribution, and you may also clone and install manually from the `PaSTA GitHUB repository `_ . .. note:: The package is distributed on PyPI under the name :code:`brain-pasta`, but is imported in Python as :code:`PaSTA` after installation. PyPI Installation ~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash pip install brain-pasta Import in python ~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: python import pasta