From cee6667dc5b13c79a562c4c1364319690a3b0544 Mon Sep 17 00:00:00 2001 From: jnnr <32454596+jnnr@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:55:19 +0200 Subject: [PATCH 1/2] Add how to cite --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20aa3cf..89dc6c4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Alternatively, install an editable local version in an environment by cloning th Please have a look at the examples presented in the [documentation](https://gregor.readthedocs.io/en/latest/). +## How to cite + +If you use Gregor, please cite it using the metadata provided in [`CITATION.CFF`](https://github.com/modelblocks-org/gregor/blob/main/CITATION.cff). + ## Development -If you encounter a bug, consider opening an issue on [GitHub](https://github.com/jnnr/gregor/issues). +If you encounter a bug, consider opening an issue on [GitHub](https://github.com/modelblocks-org/gregor/issues). From 965a6ac7b838bfe796eecbdcc9007ca69e86fd3a Mon Sep 17 00:00:00 2001 From: jnnr <32454596+jnnr@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:48:59 +0200 Subject: [PATCH 2/2] Add conda installation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89dc6c4..f2b6d4a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ Gregor is a tool that makes your life easier when aggregating and dis-aggregatin ## Installation -Install the latest release from pypi using pip. +Install the latest release via conda. + + conda install --channel conda-forge gregor + +Or, if you prefer, install directly from PyPI using pip. pip install gregor