Development =========== The source code can be found on the |pygeoops git repository|. If you want to do feature requests or file bug reports, that's the place to be as well. Create development environment ------------------------------ The first step would be to fork the |pygeoops git repository|. If you don't have the conda package manager installed yet, here is a link to the `miniforge installer`_ Then you'll need to create a new conda environment with the necessary dependencies:: conda env create -f environment-dev.yml conda activate pygeoops-dev Now you should be able to run the code. .. _miniforge installer : https://github.com/conda-forge/miniforge#miniforge3 .. |pygeoops git repository| raw:: html pygeoops git repository