InstallationΒΆ

To use minestrone, first install it using poetry:

poetry add minestrone

OR install it using pip:

pip install minestrone

Note

minestrone[lxml] or minestrone[html5] can be installed to include support for external HTML parsers. More information in parsing.