Skip to content

Commit 4123605

Browse files
committed
doc: update information about dependencies
1 parent b4c815b commit 4123605

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/installation.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ Python 3.6 and newer.
1313
Dependencies
1414
------------
1515

16-
These distributions will be installed automatically when installing GenRSS.
16+
genrss using lxml library that required:
1717

18-
* ``lxml==4.3.4``
19-
* ``pytz==2019.1``
18+
* libxml2 version 2.9.2 or later.
19+
* libxslt version 1.1.27 or later.
20+
21+
To install the required development packages of these dependencies on Linux systems,
22+
use your distribution specific installation tool, e.g. apt-get on Debian/Ubuntu:
23+
24+
``sudo apt-get install libxml2-dev libxslt-dev``
2025

2126

2227
Install GenRSS

0 commit comments

Comments
 (0)