.. _installation: ******************** Installing reproject ******************** Requirements ============ This package has the following hard run time dependencies: * `Python `__ 3.5 or later * `Numpy `__ 1.13 or later * `Astropy `__ 3.2 or later * `Scipy `__ 0.9 or later * `astropy-healpix `_ 0.2 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 `__ 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 astropy reproject