Skip to content

adding conda badge and install cmd #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/pypi/v/endf?label=PyPI)](https://pypi.org/project/endf)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/endf/badges/version.svg)](https://anaconda.org/conda-forge/endf)

`endf` is a Python package for reading and interpreting
[ENDF-6](https://doi.org/10.2172/1425114) and
Expand All @@ -25,6 +26,13 @@ Index](https://pypi.org/project/endf/) using `pip`:
python -m pip install endf
```

Alternativly, the `endf` Python package can be install from
[Conda](https://anaconda.org/conda-forge/endf) using:

```sh
conda install -c conda-forge endf
```

## Documentation

For information on how to use the `endf` package and a full API reference,
Expand Down