Some packages installed from requirements.txt
require non-Python dependencies, like python-dev
or openfst
.
Some of them seem obvious like python-dev
(it's required across many different Python projects), but on the other side, many Linux distributions like Ubuntu do not have them installed by default.
Should I document them in my README/installation scripts or I should assume they are already installed?
Where to draw a line?
question from:
https://stackoverflow.com/questions/65829737/documenting-prerequisites 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…