On Sat, Feb 10, 2024 at 4:38 PM Heck Lennon <[email protected]> wrote:
> So "pip install leo" isn't the right command. > > What command should I use, and will it take care of installing all the > dependencies? > The instructions are in flux. `pip install leo` will work provided you specify Leo 6.7.7 rather than Leo 6.7.7.1. In other words: *pip install leo==6.7.7* should work. After Leo 6.7.8 goes out the door you will use something like this: *git clone https://github.com/leo-editor/leo-editor.git <https://github.com/leo-editor/leo-editor.git>* followed by (I think): *pip install leo[qt]* However,* this isn't ready yet. * Stay tuned. Thanks for your patience. Please feel free to ask more questions. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS1j9ycULY%3DazFw7u5uTgW96BMzL-uaurps%2BES3mJbuu_Q%40mail.gmail.com.
