> > I think I'm just going to declare the incantation of `pip install >> http://path/to/leo/archive.zip` <http://path/to/leo/archive.zip> as >> broken beyond reasonable repair and that people have to use either PyPi or >> git clone (when using pip). >> > > Looks like I'll have to bite the bullet - and - use git in addition to > python virtual environments & pip ;-) >
Nope! This should work: wget https://github.com/leo-editor/leo-editor/archive/devel.zip unzip devel.zip -d ~/path/to/apps pip install --editable ~/path/to/apps/leo-editor-devel > In any case many thanks for trying so hard to make it work from your side! > You're welcome :) -matt -- 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/dcb335bb-a4bb-44d0-9858-25621c022516%40googlegroups.com.
