updated README file

- added information on Python dependencies
- wrapped lines in a previous paragraph (no changes)
This commit is contained in:
Benjamin Mako Hill 2023-04-28 14:40:18 -07:00
parent 7e6cd5b386
commit 4729371d5a

View File

@ -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