Skip to content

Commit

Permalink
Add PyPI info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Feb 12, 2025
1 parent 9e8b41a commit 9c11ba2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9c11ba2

Please sign in to comment.