Skip to content

Commit

Permalink
update readme pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
levan92 authored Dec 10, 2021
1 parent 4d35f82 commit 7a78b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Utility functions for COCO json annotation format. The COCO Format is defined [h

## Install

- `cocojson` is available on [pypi](https://pypi.org/project/cocojson/0.1.0/) through `pip3 install cocojson`
- `cocojson` is available on [pypi](https://pypi.org/project/cocojson/0.1.1/) through `pip3 install cocojson`
- or if you prefer, clone this repo and it can be installed through `pip3 install -e .` (editable install) or `pip3 install .` as well.

## Usage
Expand Down

0 comments on commit 7a78b8b

Please sign in to comment.