Installation

attune requires Python 3.7 or newer.

conda-forge

Conda is a multilingual package/environment manager. It seamlessly handles non-Python library dependencies which many scientific Python tools rely upon. Conda is recommended, especially for Windows users. If you don’t have Python yet, start by installing Anaconda or miniconda.

conda-forge is a community-driven conda channel. conda-forge contains an attune feedstock.

conda config --add channels conda-forge
conda install attune

To upgrade:

conda update attune

pip

pip is Python’s official package manager. attune is hosted on PyPI.

pip install attune

To upgrade:

pip install attune --upgrade