From cc79c17fbc05bddc8b08f2734e721bc241123a4e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 4 Feb 2023 22:39:48 +1100 Subject: Use requirements.txt for backend dependencies --- backend/hist_data/README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'backend/hist_data/README.md') 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. -- cgit v1.2.3