From 18301edcd02fbb5a097a5513104a5b5c8e564574 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sat, 14 Dec 2024 23:22:54 +0100 Subject: [PATCH] Add installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5034d03..267483b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ result = markitdown.convert("test.xlsx") print(result.text_content) ``` +## Installation + +MarkItDown can be installed using pip: + +``` +pip install markitdown +``` + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a