SitwalaM commited on
Commit
738a98b
·
1 Parent(s): d547403

added setup

Browse files
Files changed (1) hide show
  1. setup.sh +5 -0
setup.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ git clone https://github.com/attardi/wikiextractor.git
3
+ cd wikiextractor
4
+ python setup.py install
5
+ cd ..