From 9c11ba2f9f67d5855039ff8585301ad3e5109e07 Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Tue, 11 Feb 2025 23:37:18 -0500 Subject: [PATCH] Add PyPI info to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea83f00..75a60f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # vspect +[![PyPI](https://img.shields.io/pypi/v/vspect.svg)](https://pypi.org/project/vspect/) [![tests](https://github.com/drivendataorg/vspect/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/drivendataorg/vspect/actions?query=workflow%3Atests+branch%3Amain) [![codecov](https://codecov.io/gh/drivendataorg/vspect/branch/main/graph/badge.svg)](https://codecov.io/gh/drivendataorg/vspect) @@ -41,8 +42,10 @@ vspect is lightweight with minimal dependencies. It only depends on the [packagi ## Installation +vspect is available from [PyPI](https://pypi.org/project/vspect/): + ```sh -pip install git+https://github.com/drivendataorg/vspect.git#egg=vspect +pip install vspect ``` ## Basic usage