Merge pull request #27 from haesleinhuepf/patch-1

Add installation instructions from haesleinhuepf:patch-1
This commit is contained in:
gagb 2024-12-14 18:39:51 -08:00 committed by GitHub
commit ea7c6dcc40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,14 @@ result = markitdown.convert("test.xlsx")
print(result.text_content) print(result.text_content)
``` ```
## Installation
MarkItDown can be installed using pip:
```
pip install markitdown
```
## Contributing ## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a This project welcomes contributions and suggestions. Most contributions require you to agree to a