From 7d54677bb9a919d0a9ff3d00656f33a4f93ccc7e Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 30 Apr 2025 18:59:09 +0200 Subject: [PATCH] List more dependencies --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 778e7e6..9431db0 100755 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ You will need Python and `inotify-tools` to execute the script. ## Troubleshooting -### `libxml2` and/or `libxslt` development packages missing +### Missing packages -Error message: +Error message (example): Collecting lxml==5.2.0 (from -r requirements.txt (line 2)) Using cached lxml-5.2.0.tar.gz (3.7 MB) @@ -83,4 +83,7 @@ Error message: Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed. -Make sure to install these two packages (`libxml2-dev`, `libxslt-dev` and `python-dev` on Ubuntu, `libxml2-devel`, `libxslt-devel` and `python-devel` on Fedora). \ No newline at end of file +Make sure to install the following packages: + ++ Ubuntu: `libxml2-dev`, `libxslt-dev`, `python-dev`, `gcc`, `pandoc` ++ Fedora: `libxml2-devel`, `libxslt-devel`, `python-devel`, `gcc`, `pandoc` \ No newline at end of file