Skip to content

Commit

Permalink
Merge pull request #35 from mizaki/readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
mizaki authored Sep 21, 2024
2 parents 13622e8 + bb4763a commit 39e9646
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ A plugin for [Comic Tagger](https://github.com/comictagger/comictagger/releases)
An option is available to attempt to download the covers in the GUI and separately for auto-tagging.
Due to occasional CloudFlare activation, images may not download.

## Install
## Installation

`pip install .`
The easiest installation method as of ComicTagger 1.6.0-alpha.23 for the plugin is to place the [release](https://github.com/mizaki/mangadex_talker/releases) zip file
`gcd_talker-plugin-<version>.zip` (or wheel `.whl`) into the [plugins](https://github.com/comictagger/comictagger/wiki/Installing-plugins) directory.

## Development Installation

You can build the wheel with `tox run -m build` or clone ComicTagger and clone the talker and install the talker into the ComicTagger environment `pip install -e .`

0 comments on commit 39e9646

Please sign in to comment.