> > Why should I prefer this method, if I don't get anything else than if I > would simple do a 'pip install leo'? - What am I missing? >
- Upgrades are faster and easier, a simple `git pull` and you're done. Only the new and changed files are downloaded. With a pip upgrade a full download, uninstall, reinstall cycle is needed. - Switching between stable release and development versions or even downgrading is easy: `git checkout master`, `git checkout devel` or `git checkout v6.0`. - you have all the files in the root directory so when opening certain .leo files distributed with Leo there won't be complaints about missing files (as per in my reply to the other thread). -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/e66ae2e4-0200-4070-87ba-fc4163069165%40googlegroups.com.
