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:
parent
1d2f231146
commit
88a5af2dfb
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> Breaking changes between 0.0.1 to 0.0.2:
|
> 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).
|
MarkItDown is a utility for converting various files to Markdown (e.g., for indexing, text analysis, etc).
|
||||||
It supports:
|
It supports:
|
||||||
|
|
@ -23,7 +23,7 @@ It supports:
|
||||||
- Youtube URLs
|
- Youtube URLs
|
||||||
- ... and more!
|
- ... 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
|
```bash
|
||||||
git clone git@github.com:microsoft/markitdown.git
|
git clone git@github.com:microsoft/markitdown.git
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue