Installing

We recommend installing Python (>= 3.6) using Anaconda or Miniconda

Conda forge

The simplest way to install aurora is using conda-forge:

conda install -c conda-forge aurora

Pypi

You can also use pypi to install aurora:

pip install aurora

From source

If you would like to install aurora from GitHub, you can clone it:

git clone https://github.com/simpeg/aurora.git

and install it:

cd aurora
pip install -e .

Issues

If you run into installation challenges, please post an issue on GitHub.