summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script/README3
-rw-r--r--script/requirements.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/script/README b/script/README
index a49ee23..2b19c26 100644
--- a/script/README
+++ b/script/README
@@ -40,6 +40,9 @@ The important name in the charset file are:
You must install Python 3 and the [`Wikipedia` Python
tool](https://github.com/goldsmith/Wikipedia).
+If requirements change, these will be updated in `requirements.txt`, so that you
+can just run `pip3 install -r requirements.txt`.
+
## Run script ##
Let's say you added (or modified) support for French (`fr`), run:
diff --git a/script/requirements.txt b/script/requirements.txt
new file mode 100644
index 0000000..e2589d2
--- /dev/null
+++ b/script/requirements.txt
@@ -0,0 +1 @@
+wikipedia