process_wiki_bz / setup.sh
SitwalaM
added setup
738a98b
raw
history blame contribute delete
114 Bytes
#!/bin/bash
git clone https://github.com/attardi/wikiextractor.git
cd wikiextractor
python setup.py install
cd ..