From 2f9ff5d2ed81b2358a0839a0c6dc98d2c73c354b Mon Sep 17 00:00:00 2001 From: Daniel Hulse Date: Tue, 17 Sep 2024 08:30:47 -0700 Subject: [PATCH 1/2] Update README.md Added badge for PyPI downloads --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1ae5769..3e62c84f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![Python Version](https://img.shields.io/badge/Python-3.11-blue) [![PyPI](https://img.shields.io/pypi/v/fmdtools)](https://pypi.org/project/fmdtools/) +[![Total Downloads](https://static.pepy.tech/badge/fmdtools)](https://pepy.tech/project/fmdtools) +[![Downloads/Month](https://static.pepy.tech/badge/fmdtools/month)](https://pepy.tech/project/fmdtools) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/nasa/fmdtools?label=GitHub%20Release)](https://github.com/nasa/fmdtools/releases) [![GitHub Tag](https://img.shields.io/github/v/tag/nasa/fmdtools)](https://github.com/nasa/fmdtools/tags) [![CodeFactor](https://www.codefactor.io/repository/github/nasa/fmdtools/badge)](https://www.codefactor.io/repository/github/nasa/fmdtools) From 9d9ede9f74f7f91200ab8f4ca7cca338d13269dc Mon Sep 17 00:00:00 2001 From: Daniel Hulse Date: Tue, 17 Sep 2024 08:46:14 -0700 Subject: [PATCH 2/2] Update README.md Fixed link to MS Build tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e62c84f..9bef1a4c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ graphviz # install from: https://anaconda.org/anaconda/graphviz ``` -Note: some versions `fmdtools` dependencies may additionally require `Microsoft Studio Build tools `_ to build properly, so it may be helpful to install it also. +Note: On windows, some versions `fmdtools` dependencies may require a compiler such as that provided with [Microsoft Studio Build tools](https://visualstudio.microsoft.com/license-terms/vs2022-ga-diagnosticbuildtools) to build, so it may be helpful to install it also. ### Install fmdtools