PR #3775 <https://github.com/leo-editor/leo-editor/pull/3775/> supports simplified installation using GitHub.
The new (recommended) way to install Leo is to do the following *once*: - git clone https://github.com/leo-editor/leo-editor.git - pip install -r requirements.txt After that, Leonistas can get the latest code using git pull. It's just that simple. *Legacy installation* Installing/uninstalling Leo using PyPi will work as before: - pip install leo - pip uninstall leo *Summary* PR #3775 will soon be part of the devel and 6.7.8 branches. pip install -r requirements.txt will make installing from GitHub a snap. Installing Leo from PyPi will work as before. 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/048a1917-ca23-4da6-9a1b-d63acb01fe90n%40googlegroups.com.
