Skip to content

Commit 9e6f780

Browse files
Update installation instructions in README
Added instructions for cloning the repository using HTTPS.
1 parent e144e0a commit 9e6f780

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,15 @@ conda activate markitdown
6363
To install MarkItDown, use pip: `pip install 'markitdown[all]'`. Alternatively, you can install it from the source:
6464

6565
```bash
66+
# HTTPS
67+
git clone https://github.com/microsoft/markitdown.git
68+
# SSH
6669
git clone git@github.com:microsoft/markitdown.git
6770
cd markitdown
6871
pip install -e 'packages/markitdown[all]'
6972
```
73+
cd markitdown
74+
pip install -e 'packages/markitdown[all]'
7075

7176
## Usage
7277

0 commit comments

Comments
 (0)