Updated pip install from source to single line
This commit is contained in:
parent
b86174d8ff
commit
d92cd2b2a7
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue