Add installation instructions
This commit is contained in:
parent
70ab149ff1
commit
18301edcd0
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue