Update and install Python version suggestions

This commit is contained in:
Lucas Liu 2025-05-14 10:57:46 +08:00
parent 363d0a8d37
commit 7aacf40f3d
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

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

View file

@ -46,11 +46,13 @@ To install MarkItDown, use pip: `pip install 'markitdown[all]'`. Alternatively,
```bash
git clone git@github.com:microsoft/markitdown.git
cd markitdown
conda create -n markitdown python=3.10 -y
conda create -n markitdown python=3.10 -y # Requires Python 3.10 or higher
conda activate markitdown
pip install -e 'packages/markitdown[all]'
```
> **Note:** MarkItDown requires Python 3.10 or higher. Ensure your environment meets this requirement before proceeding.
## Usage
### Command-Line