List more dependencies
This commit is contained in:
parent
898a2064d9
commit
7d54677bb9
@ -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).
|
||||
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`
|
||||
Loading…
x
Reference in New Issue
Block a user