Note

This page contains information that is not (yet) true, as attune is not yet distributed. However, it should be true once a release is made, which is hopefully soon.

Installation

attune requires Python 3.6 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