File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ You'll need to obtain valid licenses for these libraries separately. The package
3232pip 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\p ackages\m arkitdown
40+ pip install -e . --verbose
41+ ```
42+
3543## Usage
3644
3745### Command Line Interface
Original file line number Diff line number Diff line change @@ -32,14 +32,6 @@ You'll need to obtain valid licenses for these libraries separately. The package
3232pip 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\p ackages\m arkitdown
40- pip install -e . --verbose
41- ```
42-
4335## Usage
4436
4537### Command Line Interface
You can’t perform that action at this time.
0 commit comments