Merge 7aacf40f3d into 041be54471
This commit is contained in:
commit
84c5648b32
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -164,3 +164,4 @@ cython_debug/
|
||||||
#.idea/
|
#.idea/
|
||||||
src/.DS_Store
|
src/.DS_Store
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.cursorrules
|
||||||
|
|
|
||||||
|
|
@ -46,9 +46,13 @@ To install MarkItDown, use pip: `pip install 'markitdown[all]'`. Alternatively,
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:microsoft/markitdown.git
|
git clone git@github.com:microsoft/markitdown.git
|
||||||
cd markitdown
|
cd markitdown
|
||||||
|
conda create -n markitdown python=3.10 -y # Requires Python 3.10 or higher
|
||||||
|
conda activate markitdown
|
||||||
pip install -e 'packages/markitdown[all]'
|
pip install -e 'packages/markitdown[all]'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note:** MarkItDown requires Python 3.10 or higher. Ensure your environment meets this requirement before proceeding.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Command-Line
|
### Command-Line
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue