Skip to content

Commit

Permalink
Merge pull request #27 from haesleinhuepf/patch-1
Browse files Browse the repository at this point in the history
Add installation instructions from haesleinhuepf:patch-1
  • Loading branch information
gagb authored Dec 15, 2024
2 parents a31c0a1 + 18301ed commit ea7c6dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea7c6dc

Please sign in to comment.