python / html2txt

Hello guys,

I installed python and html2txt so that i write a script that will wget a video (latest news-broadcast/NOS-journaal). But it seems that i can’t import the module html2txt in Python

error:

ImportError: No module named html2text

Any tips?

Tried the command: "sudo python -m pip install html2text " Works!