diff --git a/README.md b/README.md index c7dd8fe..4067edf 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,30 @@ -# wiki-jogobot-core +# jogobot This python module contains code shared between several [Pywikibot](https://www.mediawiki.org/wiki/Manual:Pywikibot) based projects of [User:JogoBot](https://de.wikipedia.org/wiki/Benutzer:JogoBot) on the [German Wikipedia](https://de.wikipedia.org/wiki/Wikipedia:Hauptseite). ## Requirements * Python 3.4+ (at least it is only tested with those) -* pywikibot-core 2.0 +* pywikibot-core 2.0+ ([Installation HowTo](https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation)) + +## Installation +```shell +pip install git+https://git.golderweb.de/wiki/jogobot.git@v0.2#egg=jogobot +``` ## Bugs -[wiki-jogobot-core on fs.golderweb.de (de)](https://fs.golderweb.de/proj22) +[jogobot Issues](https://git.golderweb.de/wiki/jogobot/issues) -## Version +## Versions * 0.1 - first stable release +* 0.2 + - package installable via setuptools/pip + ## License GPLv3+ ## Author Information -Copyright 2017 Jonathan Golder +Copyright 2018 Jonathan Golder