Installation notes - roeiba/WikiRep GitHub Wiki

Installation on clean ubuntu

Install Dependencies

  • install git: sudo apt-get git
  • install scipy: sudo apt-get install python-scipy
  • install easy_install: sudo apt-get install python-setuptools
  • install wikitext parser: sudo easy_install mwparserfromhell

Install the actual code

  • create directory: mkdir wikidir
  • change: cd wikidir
  • download code from git: git clone https://github.com/roeiba/WikiRep.git
  • change: cd WikeRep\wikirep
  • run: python main.py
  • you should see this message:
python main.py
usage: WikiRep [-h] [-v] [--logs] {makedump,parse,build,compare,get_value} ...
WikiRep: error: too few arguments