ripple / dactyl

Tools to make enterprise documentation from Markdown sources.
MIT License
69 stars 34 forks source link

Add lxml as a requirement #73

Open JST5000 opened 1 year ago

JST5000 commented 1 year ago

Whenever I try to follow the steps on xrpl-dev-portal to install Dactyl, the initial dactyl_build fails with the error Couldn't find a tree builder with the features you requested: xml. Do you need to install a parser library?. until I install lxml - I think that means that lxml should be in the requirements for the tool, although maybe I'm wrong.

JST5000 commented 1 year ago

(An alternate solution for my specific problem is to update the xrpl-dev-portal CONTRIBUTING page with an additional step to install lxml - https://github.com/XRPLF/xrpl-dev-portal/blob/master/CONTRIBUTING.md)