?
?
As far as I can see from the Batteries Installed page in the Help section, it's not installed site-wise.
You can install it on your own environment though, this page on the wiki is quite helpful: InstallingNewModules
Thanks Nemo, that's exactly right. I just tested it and it installs without trouble.
so...sorry to be dense but it would be (if I'm using 2.7):
pip install --myusername html2text
?
sorry... pip install --user myusername html2text -2.7 ?
is the syntax:
pip install --user myactualusername html2text ?
No, it's::
pip install --user html2text