Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 1699396

Browse files
chore: update PDF loader install instructions to use uv
1 parent a73a646 commit 1699396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crewai_tools/rag/loaders/pdf_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def load(self, source: SourceContent, **kwargs) -> LoaderResult:
3232
except ImportError:
3333
raise ImportError(
3434
"PDF support requires pypdf or PyPDF2. "
35-
"Install with: pip install pypdf"
35+
"Install with: uv add pypdf"
3636
)
3737

3838
file_path = source.source

0 commit comments

Comments
 (0)