On Sun, Mar 29, 2020 at 6:09 AM Edward K. Ream <[email protected]> wrote: [...]
> I am seriously considering ignoring Anaconda and miniconda in Leo's > installation instructions: > > Install python 3 > (ubuntu) apt-get install pip3 > pip install PyQt5 > (optional, if not using git) pip install leo > PyQt5 isn't the only requirement for leo. The setup.py file (used by pip) has all the requirements. Maybe these instructions would be better as it would get all the dependencies and not just PyQt5: Install python3 if not using git: pip install leo If using git: git clone .... pip install --editable leo-editor I haven't personally tested these steps recently, but have done so at one time or another (using virtual environment). -- 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/CAO5X8CwJQN2eHJ8ExABTBwGFJ3r7_c%3DnBy5FCeE%2BWvORvB7U8Q%40mail.gmail.com.
