added lxml to the pip install example since it is required (#8260)

- Description: The trello dataloader example didn't work without an
additional dependency installed - lxml
  - Issue: na
This commit is contained in:
Byron Saltysiak 2023-07-25 20:16:07 -05:00 committed by GitHub
parent 7734a2b5ab
commit 68a906bb31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
},
"outputs": [],
"source": [
"#!pip install py-trello beautifulsoup4"
"#!pip install py-trello beautifulsoup4 lxml"
]
},
{