From ef330b9a1337627b14cc386771ae4f002c52ea13 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 31 Jul 2024 20:53:19 +0100 Subject: [PATCH] adding conda badge and install cmd --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ba8f665..d6537cb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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,