diff --git a/README.md b/README.md index c764ecd..46698cb 100644 --- a/README.md +++ b/README.md @@ -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-.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 .`