Updated pip install from source to single line

This commit is contained in:
Nishith Jain 2025-02-11 19:04:45 +05:30 committed by GitHub
parent b86174d8ff
commit d92cd2b2a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,9 +23,7 @@ It supports:
To install MarkItDown, use pip: `pip install markitdown`. Alternatively, you can install it from the source: To install MarkItDown, use pip: `pip install markitdown`. Alternatively, you can install it from the source:
```bash ```bash
git clone git@github.com:microsoft/markitdown.git pip install git+https://github.com/microsoft/markitdown.git#subdirectory=packages/markitdown
cd markitdown
pip install -e packages/markitdown
``` ```
## Usage ## Usage