mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 22:29:51 +00:00
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:
parent
7734a2b5ab
commit
68a906bb31
@ -44,7 +44,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#!pip install py-trello beautifulsoup4"
|
"#!pip install py-trello beautifulsoup4 lxml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user