From 26eb6985fe950a389712bdc1d106269eb17eadd7 Mon Sep 17 00:00:00 2001 From: Xavier Jouvenot Date: Sat, 13 Aug 2022 11:52:09 +0200 Subject: [PATCH] Adds the Chocolatey package as a way to install ComicTagger Adds the Chocolatey package in the list of possibilities to install ComicTagger --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7972629..fae7b0e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/downloads/comictagger/comictagger/latest/total)](https://github.com/comictagger/comictagger/releases/latest) [![PyPI](https://img.shields.io/pypi/v/comictagger)](https://pypi.org/project/comictagger/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/comictagger)](https://pypistats.org/packages/comictagger) +[![Chocolatey package](https://img.shields.io/chocolatey/dt/comictagger?color=blue&label=chocolatey)](https://community.chocolatey.org/packages/comictagger) [![PyPI - License](https://img.shields.io/pypi/l/comictagger)](https://opensource.org/licenses/Apache-2.0) [![GitHub Discussions](https://img.shields.io/github/discussions/comictagger/comictagger)](https://github.com/comictagger/comictagger/discussions) @@ -48,6 +49,13 @@ A pip package is provided, you can install it with: There are two optional dependencies GUI and CBR. You can install the optional dependencies by specifying one or more of `GUI`,`CBR` or `all` in braces e.g. `comictagger[CBR,GUI]` +### Chocolatey installation (Windows only) + +A [Chocolatey package](https://community.chocolatey.org/packages/comictagger) is provided, you can install it with +```powershell +choco install comictagger +``` + ### From source 1. Ensure you have python 3.9 installed