diff --git a/README.md b/README.md index 7ebd019..0433a66 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ cat path-to-file.pdf | markitdown MarkItDown has optional dependencies for activating various file formats. Earlier in this document, we installed all optional dependencies with the `[all]` option. However, you can also install them individually for more control. For example: ```bash -pip install markitdown[pdf, docx, pptx] +pip install 'markitdown[pdf, docx, pptx]' ``` will install only the dependencies for PDF, DOCX, and PPTX files.