Skip to content

please provide the guide for install on the windows #1289

Open
@xunavy

Description

@xunavy

for example:

python -m venv .venv
source .venv/bin/activate

please clarify above command is on linux/mac,if want to install on windows,please use .venv\Scripts\activate.bat

git clone git@github.com:microsoft/markitdown.git
cd markitdown
pip install -e 'packages/markitdown[all]' 

in the windows ,pip install -e 'packages/markitdown[all]' should be pip install -e packages/markitdown[all]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions