OS: Win11
When I ran that command, I got the following error:
ERROR: 'packages/markitdown[all]' is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
Solution: removing the apostrophe from the command worked for me. The working command is:
pip install -e packages/markitdown[all]
OS: Win11
When I ran that command, I got the following error:
ERROR: 'packages/markitdown[all]' is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
Solution: removing the apostrophe from the command worked for me. The working command is:
pip install -e packages/markitdown[all]