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
32
32
pip install -i https://test.pypi.org/simple/ openize-markitdown
33
33
```
34
34
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
+
35
43
## Usage
36
44
37
45
### 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
32
32
pip install -i https://test.pypi.org/simple/ openize-markitdown
33
33
```
34
34
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
-
43
35
## Usage
44
36
45
37
### Command Line Interface
You can’t perform that action at this time.
0 commit comments