From charlesreid1

Revision as of 02:51, 16 April 2017 by Admin (talk | contribs) (Created page with "Setting this up is confusing as hell, mainly because the documentation sucks. Code for pywikibot on Github: https://github.com/wikimedia/pywikibot-core/ Start by checking it...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setting this up is confusing as hell, mainly because the documentation sucks.

Code for pywikibot on Github: https://github.com/wikimedia/pywikibot-core/

Start by checking it out:

$ git clone https://github.com/wikimedia/pywikibot-core/ pwb
$ cd pwb

Install all the pip stuff that you may need:

$ pip install -r requirements.txt

Update git submodules:

$ git submodule update --init