=============
Quick install
=============

Install Anaconda python (recommended)
=====================================

``irfpy`` is optimally designed under Anaconda Python package.

Install Anaconda Python following the instruction
https://docs.anaconda.com/anaconda/install/

Install & Upgrade ``irfpy.planets``
================================================================

Installation is simple enough, using pip, the python package manager.

.. code-block:: sh

        % pip install --no-index --find-links=https://irfpy.irf.se/sdist irfpy.util -U
        % pip install --no-index --find-links=https://irfpy.irf.se/sdist irfpy.planets -U

Optionally, you may install ``basemap`` to use some of the package.

.. code-block:: sh

        % conda install -c conda-forge basemap   # If using conda. Otherwise, please google ;)