We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c815b commit 4123605Copy full SHA for 4123605
docs/installation.rst
@@ -13,10 +13,15 @@ Python 3.6 and newer.
13
Dependencies
14
------------
15
16
-These distributions will be installed automatically when installing GenRSS.
+genrss using lxml library that required:
17
18
-* ``lxml==4.3.4``
19
-* ``pytz==2019.1``
+* libxml2 version 2.9.2 or later.
+* 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``
25
26
27
Install GenRSS
0 commit comments