Muzansama commited on
Commit
69bccce
·
verified ·
1 Parent(s): 6b824ac

Update crawl_README.md

Browse files
Files changed (1) hide show
  1. crawl_README.md +8 -0
crawl_README.md CHANGED
@@ -43,3 +43,11 @@ A simple python summarize.py executes it and populates "SummarizedCleanHospitalD
43
 
44
  The files need to be executed in the follwoing order:
45
  crawl.py -> clean.py -> summarize.py
 
 
 
 
 
 
 
 
 
43
 
44
  The files need to be executed in the follwoing order:
45
  crawl.py -> clean.py -> summarize.py
46
+
47
+ Steps to take:
48
+ 1. after making and activating a virtual environment
49
+ 2. pip install -r requirements.txt
50
+ 3. echo "<API-KEY-HERE>" >> openrouteapi.txt
51
+ 4. python crawl.py
52
+ 5. python clean.py
53
+ 6. python summarize.py