---
jupytext:
  text_representation:
    extension: .md
    format_name: myst
    jupytext_version: 1.18.1
kernelspec:
  display_name: Python 3
  language: python
  name: python3
---

# Install Software

## tedana

Instructions for installing tedana are [in the tedana documentation](https://tedana.readthedocs.io/en/stable/installation.html)

[Here is a list of tedana's python dependencies](https://github.com/ME-ICA/tedana/blob/main/pyproject.toml)

If you are interested in using a pre-release version of tedana
or are interested in contributing to the tedana code,
[instructions for cloning the code, and installing as a developer are here.](https://github.com/ME-ICA/tedana/blob/main/CONTRIBUTING.md#3-run-the-developer-setup)

## AFNI

AFNI can preprocess multi-echo fMRI data run it through tedana for denoising.
[Instructions for installing AFNI are here](https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/background_install/main_toc.html)


## fMRIPrep

fMRIPRep can preprocess multi-echo fMRI data and run the optimal combination of echoes through tedana.
[Instructions for installing fMRIPrep are here](https://fmriprep.org/en/stable/installation.html)