From 37a4f4fe261c39cb6fb752509ba457f415df93f8 Mon Sep 17 00:00:00 2001 From: nemobis Date: Sat, 5 Jul 2014 15:56:46 +0200 Subject: [PATCH] Remember requirements Per https://github.com/WikiTeam/wikiteam/issues/104#issuecomment-48052554 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8834923..95ff1b6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,15 @@ This is a very quick guide for the most used features of WikiTeam tools. For fur ### Download any wiki -For downloading any wiki, use one of the following options: +To download any wiki, first of all confirm you satisfy requirements: + +`pip install --upgrade -r requirements.txt` + +or, if you don't have enough permissions for the above, + +`pip install --user --upgrade -r requirements.txt` + +Then use one of the following options: `python dumpgenerator.py --api=http://wiki.domain.org/w/api.php --xml --images` (complete XML histories and images)