.. _installation: ******************** Installing reproject ******************** Requirements ============ This package has the following hard run time dependencies: * `Python `__ 3.9 or later * `Numpy `__ 1.20 or later * `Astropy `__ 5.0 or later * `Scipy `__ 1.5 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 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