Install ======= `SkyProj` requires the following python packages and their dependencies: * `numpy `_ * `astropy `_ * `matplotlib `_ * `healpy `_ * `healsparse `_ * `pyproj `_ `SkyProj` is available at `pypi `_ and `conda-forge `_. The most convenient way of installing the latest released version is simply: .. code-block:: python conda install -c conda-forge skyproj or .. code-block:: python pip install skyproj To install from source, you can run from the root directory: .. code-block:: python pip install .