doc: update information about dependencies

This commit is contained in:
Dmitriy Pleshevskiy 2020-11-08 04:51:52 +03:00
parent b4c815b801
commit 4123605b59
1 changed files with 8 additions and 3 deletions

View File

@ -13,10 +13,15 @@ Python 3.6 and newer.
Dependencies Dependencies
------------ ------------
These distributions will be installed automatically when installing GenRSS. genrss using lxml library that required:
* ``lxml==4.3.4`` * libxml2 version 2.9.2 or later.
* ``pytz==2019.1`` * libxslt version 1.1.27 or later.
To install the required development packages of these dependencies on Linux systems,
use your distribution specific installation tool, e.g. apt-get on Debian/Ubuntu:
``sudo apt-get install libxml2-dev libxslt-dev``
Install GenRSS Install GenRSS