From 04e0fd856316fa0998229f8ecc20d97a814a31ae Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Wed, 13 May 2026 09:28:47 +0100 Subject: [PATCH 1/2] Enhance README with new badges and installation info Updated badges and installation instructions for PyPI and conda. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dcc448..ddeaf02 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -[![PyPI](https://img.shields.io/pypi/v/imf-reader.svg)](https://pypi.org/project/imf-reader/) -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/imf_reader.svg)](https://pypi.org/project/imf_reader/) +[![](https://img.shields.io/pypi/v/imf-reader?label=PyPI%20-%20version)](https://pypi.org/project/imf-reader/) +[![](https://img.shields.io/conda/vn/conda-forge/imf-reader?label=conda%20-%20version)](https://anaconda.org/channels/conda-forge/packages/imf-reader) +![](https://img.shields.io/pypi/dm/imf-reader?label=PyPI%20downloads) +![](https://img.shields.io/conda/dn/conda-forge/imf-reader?label=conda%20downloads) [![Documentation Status](https://readthedocs.org/projects/imf-reader/badge/?version=latest)](https://imf-reader.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/ONEcampaign/imf-reader/branch/main/graph/badge.svg?token=YN8S1719NH)](https://codecov.io/gh/ONEcampaign/imf-reader) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) @@ -21,10 +23,18 @@ or releases corrupted data files or unexpected data formats. Please report any i ## Installation +With `pip`: + ```bash $ pip install imf-reader ``` +With `conda`: + +```bash +$ conda install imf-reader +``` + ## Usage ### 1. World Economic Outlook (WEO) data From c890cc69354c6d60bbef013e70ef5109f9333c00 Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Wed, 13 May 2026 09:36:26 +0100 Subject: [PATCH 2/2] Add alt text --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ddeaf02..3333706 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![](https://img.shields.io/pypi/v/imf-reader?label=PyPI%20-%20version)](https://pypi.org/project/imf-reader/) -[![](https://img.shields.io/conda/vn/conda-forge/imf-reader?label=conda%20-%20version)](https://anaconda.org/channels/conda-forge/packages/imf-reader) -![](https://img.shields.io/pypi/dm/imf-reader?label=PyPI%20downloads) -![](https://img.shields.io/conda/dn/conda-forge/imf-reader?label=conda%20downloads) +[![PyPI version](https://img.shields.io/pypi/v/imf-reader?label=PyPI%20-%20version)](https://pypi.org/project/imf-reader/) +[![Anaconda version](https://img.shields.io/conda/vn/conda-forge/imf-reader?label=conda%20-%20version)](https://anaconda.org/channels/conda-forge/packages/imf-reader) +![PyPI monthly downloads](https://img.shields.io/pypi/dm/imf-reader?label=PyPI%20downloads) +![Anaconda monthly downloads](https://img.shields.io/conda/dn/conda-forge/imf-reader?label=conda%20downloads) [![Documentation Status](https://readthedocs.org/projects/imf-reader/badge/?version=latest)](https://imf-reader.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/ONEcampaign/imf-reader/branch/main/graph/badge.svg?token=YN8S1719NH)](https://codecov.io/gh/ONEcampaign/imf-reader) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)