From d92cd2b2a7106eea8d64be647b1707c3b4e4137a Mon Sep 17 00:00:00 2001 From: Nishith Jain <167524748+KingNish24@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:04:45 +0530 Subject: [PATCH] Updated pip install from source to single line --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ac2fe3..2ac5fd1 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,7 @@ It supports: To install MarkItDown, use pip: `pip install markitdown`. Alternatively, you can install it from the source: ```bash -git clone git@github.com:microsoft/markitdown.git -cd markitdown -pip install -e packages/markitdown +pip install git+https://github.com/microsoft/markitdown.git#subdirectory=packages/markitdown ``` ## Usage