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