updated README file
- added information on Python dependencies - wrapped lines in a previous paragraph (no changes)
This commit is contained in:
parent
7e6cd5b386
commit
4729371d5a
10
README.rst
10
README.rst
@ -9,5 +9,11 @@ submodule like::
|
|||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
|
||||||
Wikimedia dumps are usually in a compressed format such as 7z (most common), gz, or bz2. Wikiq uses your computer's compression software to read these files. Therefore wikiq depends on
|
Wikimedia dumps are usually in a compressed format such as 7z (most common),
|
||||||
`7za`, `gzcat`, and `zcat`.
|
gz, or bz2. Wikiq uses your computer's compression software to read these
|
||||||
|
files. Therefore wikiq depends on `7za`, `gzcat`, and `zcat`.
|
||||||
|
|
||||||
|
There are also a series of Python dependencies. You can install these using pip
|
||||||
|
with a command like:
|
||||||
|
|
||||||
|
pip3 install mwbase mwreverts mwxml mwtypes mwcli mwdiffs mwpersistence
|
||||||
|
Loading…
Reference in New Issue
Block a user