Skip to content

Commit bc0c028

Browse files
Updated Readmes
1 parent 8194f40 commit bc0c028

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ pip install -i https://test.pypi.org/simple/ openize-markitdown
3535
### From Source
3636

3737
```sh
38-
git clone https://github.com/openize-com/Openize.MarkItDown.git
39-
cd Openize.MarkItDown
38+
git clone https://github.com/openize-com/openize-markitdown.git
39+
cd openize-markitdown
4040
pip install -e .
4141
```
4242

packages/markitdown/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ pip install -i https://test.pypi.org/simple/ openize-markitdown
3535
### From Source
3636

3737
```sh
38-
git clone https://github.com/openize-com/Openize.MarkItDown.git
39-
cd Openize.MarkItDown
38+
git clone https://github.com/openize-com/openize-markitdown.git
39+
cd openize-markitdown
4040
pip install -e .
4141
```
4242

@@ -95,5 +95,10 @@ $env:OPENAI_API_KEY = "your-api-key"
9595
$env:OPENAI_MODEL = "gpt-4"
9696
```
9797

98+
## License
99+
100+
This package is licensed under the MIT License. However, it depends on Aspose libraries, which are proprietary, closed-source libraries.
101+
102+
⚠️ Users must obtain a valid license for Aspose libraries separately. This repository does not include or distribute any proprietary components.
98103

99104

0 commit comments

Comments
 (0)