Installing¶
We recommend installing Python (>= 3.8) using Anaconda or Miniconda
PyPi¶
The most up to date way to install aurora is using
You can also use pypi to install aurora:
pip install aurora
Conda Forge¶
conda install -c conda-forge 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.