This commit is contained in:
一I 2025-05-14 03:13:16 +00:00 committed by GitHub
commit 84c5648b32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -164,3 +164,4 @@ cython_debug/
#.idea/ #.idea/
src/.DS_Store src/.DS_Store
.DS_Store .DS_Store
.cursorrules

View file

@ -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