aboutsummaryrefslogtreecommitdiff
path: root/backend/hist_data
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-02-04 22:39:48 +1100
committerTerry Truong <terry06890@gmail.com>2023-02-04 22:39:48 +1100
commitcc79c17fbc05bddc8b08f2734e721bc241123a4e (patch)
tree711b06a1c57fe668ab44ccbdf5095d8cfc1a3b2b /backend/hist_data
parent2a217a42b17e78814eecbe84028cf38b3f9327b7 (diff)
Use requirements.txt for backend dependenciesHEADmain
Diffstat (limited to 'backend/hist_data')
-rw-r--r--backend/hist_data/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/hist_data/README.md b/backend/hist_data/README.md
index 09a71fc..73b7a36 100644
--- a/backend/hist_data/README.md
+++ b/backend/hist_data/README.md
@@ -44,12 +44,6 @@ This directory holds files used to generate the history database data.db.
# Generating the Database
-## Environment
-Some of the scripts use third-party packages:
-- `indexed_bzip2`: For parallelised bzip2 processing
-- `mwxml`, `mwparserfromhell`: For parsing Wikipedia dumps
-- `requests`: For downloading data
-
## Generate Event Data
1. Obtain a Wikidata JSON dump in wikidata/, as specified in it's README.
1. Run `gen_events_data.py`, which creates `data.db`, and adds the `events` table.