Update and install Python version suggestions
This commit is contained in:
parent
363d0a8d37
commit
7aacf40f3d
2 changed files with 4 additions and 1 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,11 +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
|
conda create -n markitdown python=3.10 -y # Requires Python 3.10 or higher
|
||||||
conda activate markitdown
|
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