Getting started =============== Installation ------------ pygeoops is written in python and can be installed using pip or conda. Installation from PyPI ---------------------- Pygeoops is available on pypi:: pip install pygeoops Installation using conda ------------------------ If you don't have conda installed yet, here is a link to the `miniforge installer`_ Pygeoops is available on the conda-forge channel. Install as follows:: conda install pygeoops --channel conda-forge .. _miniforge installer : https://github.com/conda-forge/miniforge#miniforge3