wiki_path
Installation
Installation requires pipenv. Then, run:
pipenv install
This should install the needed python dependencies
Usage
First, enter the virtualenv by using:
pipenv shell
Then call the python tool. For example, by printing its help page:
python3 wikipedia_redirects.py -h
The functional documentation is located in the help page.