Hi everyone,
I'm struggling with Leo installation on Windows and failed
pip install part of the process. As tbp1 explained in the parallel thread, I tried -editable parameter but should use --editable. Thanks once again tbp1!
Probably this incorrect instruction should be updated from
pip install –editable C:\path\to\leo-editor
to
pip install --editable C:\path\to\leo-editor
Thank you!