From 9e6f780b4c6fc204d658d3ff7cf2516e4e8fd739 Mon Sep 17 00:00:00 2001 From: Nethmika Kekulanthale <161791086+NethmikaKekuu@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:03:00 +0530 Subject: [PATCH 1/2] Update installation instructions in README Added instructions for cloning the repository using HTTPS. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa2f58bb8..af3d43eb3 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,15 @@ conda activate markitdown To install MarkItDown, use pip: `pip install 'markitdown[all]'`. Alternatively, you can install it from the source: ```bash +# HTTPS +git clone https://github.com/microsoft/markitdown.git +# SSH git clone git@github.com:microsoft/markitdown.git cd markitdown pip install -e 'packages/markitdown[all]' ``` +cd markitdown +pip install -e 'packages/markitdown[all]' ## Usage From 340a32ca44e759f4461b4d83e6f6a352a719b4bc Mon Sep 17 00:00:00 2001 From: Nethmika Kekulanthale <161791086+NethmikaKekuu@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:07:14 +0530 Subject: [PATCH 2/2] Remove duplicate installation steps from README Removed duplicate installation instructions for markitdown. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index af3d43eb3..59bc4d070 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,6 @@ git clone git@github.com:microsoft/markitdown.git cd markitdown pip install -e 'packages/markitdown[all]' ``` -cd markitdown -pip install -e 'packages/markitdown[all]' - ## Usage ### Command-Line