.. _installation:
********************
Installing reproject
********************
Requirements
============
This package has the following hard run time dependencies:
* `Python `__ 3.7 or later
* `Numpy `__ 1.14 or later
* `Astropy `__ 3.2 or later
* `Scipy `__ 1.1 or later
* `astropy-healpix `_ 0.6 or later for HEALPIX image reprojection
and the following optional dependencies:
* `shapely `_ 1.6 or later for some of the mosaicking functionality
If you build the package from the source, the following additional packages
are required:
* `Cython `__
and to run the tests, you will also need:
* `Matplotlib `__
* `pytest-arraydiff `__
* `pytest-astropy `__
* `pytest-doctestplus `__
Installation
============
Using pip
---------
To install *reproject* with `pip `_,
simply run:
pip install reproject
Using conda
-----------
To install *reproject* with `anaconda `_, simply run::
conda install -c conda-forge reproject