mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +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": [],
|
||||
"source": [
|
||||
"#!pip install py-trello beautifulsoup4"
|
||||
"#!pip install py-trello beautifulsoup4 lxml"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user