From 0ebf6efb936b52b38e89a8670046ce49396fe8f2 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 27 Jun 2023 15:12:08 -0400 Subject: [PATCH] docs: add badges to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cfa611d9c..828223e5d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# dpdata + +[![conda-forge](https://img.shields.io/conda/dn/conda-forge/dpdata?color=red&label=conda-forge&logo=conda-forge)](https://anaconda.org/conda-forge/dpdata) +[![pip install](https://img.shields.io/pypi/dm/dpdata?label=pip%20install&logo=pypi)](https://pypi.org/project/dpdata) +[![Documentation Status](https://readthedocs.org/projects/dpdata/badge/)](https://dpdata.readthedocs.io/) + **dpdata** is a python package for manipulating data formats of software in computational science, including DeePMD-kit, VASP, LAMMPS, GROMACS, Gaussian. dpdata only works with python 3.7 or above.