I took a stab at "this could be improved". Some things are better but it's 
not 'all good'.  Pushed to ec8cd249b 
<https://github.com/leo-editor/leo-editor/commit/ec8cd249b4daaaaa39cb8d3f5689d373129b4083>

Here's a snapshot of the outline (wishlist: copy and paste headline 
structure only from Leo into other apps):



The biggest internal changes are in *Anaconda *and *Install in pieces* 
sections:

_The smoothest route, with the same recipe working across Linux, MacOS and 
Windows._

The `Anaconda`_ scientific computing environment includes Python, NumPy, 
SciPy, PyQt, and over a thousand other tools, packages and libraries. It's 
a 500+ MB download but you're guaranteed to have everything needed.

To install Leo do this from an Anaconda console::

    pip install leo

The `Miniconda`_ environment includes just Python and the `conda` package 
management tool. A 60 MB download and then pick and choose from the full 
Anaconda ecosystem.

To install Leo do this from an Anaconda console::

    conda install pyqt5
    pip install leo


Proceed to `Desktop integration`_ 


*Install in pieces* (only the overview bit here):

_If the all inclusive install methods don't work for your situation, here's 
the component breakdown._

1. Install `Python`_ (v3 preferred, but Leo is backwards compatible to v2.6)
2. Install `PyQt5`_ (preferred) or `PyQt4`_
3. Install `pip`_ (if needed)
4. Install Leo with pip, either from PyPi or GitHub source.
   a. Pip will include optional but recommended packages fom `Dependencies`_
5. Install optional packages
6. Desktop integration

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to