.. _installing: 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 `_.