Skip to content

Commit c2f7251

Browse files
Updated Readme Examples
1 parent bc0c028 commit c2f7251

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ You'll need to obtain valid licenses for these libraries separately. The package
3232
pip install -i https://test.pypi.org/simple/ openize-markitdown
3333
```
3434

35-
### From Source
36-
37-
```sh
38-
git clone https://github.com/openize-com/openize-markitdown.git
39-
cd openize-markitdown
40-
pip install -e .
41-
```
42-
4335
## Usage
4436

4537
### Command Line Interface

packages/markitdown/README.md

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

3737
```sh
3838
git clone https://github.com/openize-com/openize-markitdown.git
39-
cd openize-markitdown
40-
pip install -e .
39+
cd openize-markitdown\packages\markitdown
40+
pip install -e . --verbose
4141
```
4242

4343
## Usage

packages/markitdown/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openize-markitdown
3-
version = 25.3.14
3+
version = 25.3.15
44
author = Openize
55
author_email = packages@openize.com
66
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.

packages/markitdown/src/openize/markitdown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
sys.path.append(os.path.dirname(__file__))
55

6-
__version__ = "25.3.14"
6+
__version__ = "25.3.15"
77

88
from .processor import DocumentProcessor
99
from .converters import WordConverter, PDFConverter, ExcelConverter, PowerPointConverter

0 commit comments

Comments
 (0)