# Installation To use `minestrone`, first install it using `poetry`: ```shell poetry add minestrone ``` OR install it using `pip`: ```shell pip install minestrone ``` ```{note} `minestrone[lxml]` or `minestrone[html5]` can be installed to include support for external HTML parsers. More information in [parsing](parsing.md). ```