Skip to content

Instantly share code, notes, and snippets.

@drj11
Created November 10, 2017 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drj11/6c2c6d4efe49ac838bfd7f449799b27c to your computer and use it in GitHub Desktop.
Save drj11/6c2c6d4efe49ac838bfd7f449799b27c to your computer and use it in GitHub Desktop.
Installing pywikibot

Installing pywikibot

I recommend you use conda and create a conda env.

On sharc/iceberg

module load apps/python/conda

. activate my_conda_env

download pywikibot (via tar or git) somewhere

git clone blah blah blah

cd pywikibot

python3 setup.py install --user

then carry on with pywikibot instructions for creating user-config.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment