fix(README): correct pip install command formatting

Added missing quotes around `markitdown[all]` in the installation command  
to ensure proper package resolution by pip.
This commit is contained in:
Andrea Pietrobon 2025-03-05 21:12:02 +01:00 committed by GitHub
parent 1d2f231146
commit 88a5af2dfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
> [!IMPORTANT]
> Breaking changes between 0.0.1 to 0.0.2:
> * Dependencies are now organized into optional feature-groups (further details below). Use `pip install markitdown[all]` to have backward-compatible behavior.
> * Dependencies are now organized into optional feature-groups (further details below). Use `pip install 'markitdown[all]'` to have backward-compatible behavior.
MarkItDown is a utility for converting various files to Markdown (e.g., for indexing, text analysis, etc).
It supports:
@ -23,7 +23,7 @@ It supports:
- Youtube URLs
- ... and more!
To install MarkItDown, use pip: `pip install markitdown[all]`. Alternatively, you can install it from the source:
To install MarkItDown, use pip: `pip install 'markitdown[all]'`. Alternatively, you can install it from the source:
```bash
git clone git@github.com:microsoft/markitdown.git