... anyway, do you think this ok ?
python -m pip install -e 'packages/markitdown[all]'
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).
python -m pip install "git+https://github.com/microsoft/markitdown.git#egg=markitdown[all]"
error: invalid-egg-fragment
× The 'markitdown[all]' egg fragment is invalid
╰─> from 'git+https://github.com/microsoft/markitdown.git#egg=markitdown[all]'
hint: Try using the Direct URL requirement syntax: 'name[extra] @ URL'
git clone git@github.com:microsoft/markitdown.git
Cloning into 'markitdown'...
The authenticity of host 'github.com (140.82.121.3)' can't be established.
ED25519 key fingerprint is: SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.```
... anyway, do you think this ok ?