mirror of
https://github.com/WikiTeam/wikiteam
synced 2024-11-12 07:12:41 +00:00
Remember requirements
Per https://github.com/WikiTeam/wikiteam/issues/104#issuecomment-48052554
This commit is contained in:
parent
603f1aefad
commit
37a4f4fe26
10
README.md
10
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user