diff --git a/README.md b/README.md index 20aa3cf..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 @@ -18,6 +22,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).