From 4960fee9534ce4c8166ea0d7d042eff148c7bf8d Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Sun, 29 Jan 2023 15:31:12 +0100 Subject: [PATCH] Link to the PyPI package, along with a badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d8bb8..42e94e9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # itch-dl +[![PyPI](https://img.shields.io/pypi/v/itch-dl)](https://pypi.org/project/itch-dl/) + Bulk download games from [itch.io](https://itch.io/). - Can download game jams, browse pages (popular, newest, browse by tag...) and individual games. -- Requires Python 3.8+, grab it from PyPI: `pip install itch-dl` +- Requires Python 3.8+, grab it from [PyPI](https://pypi.org/project/itch-dl/): `pip install itch-dl` - For development, use [Poetry](https://python-poetry.org/).