Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
Loading