Skip to content

Commit be7de53

Browse files
Updated Readmes
1 parent c2f7251 commit be7de53

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ 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\packages\markitdown
40+
pip install -e . --verbose
41+
```
42+
3543
## Usage
3644

3745
### Command Line Interface

packages/markitdown/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\packages\markitdown
40-
pip install -e . --verbose
41-
```
42-
4335
## Usage
4436

4537
### Command Line Interface

0 commit comments

Comments
 (0)