> > 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 > > As of py3.6 this should always work.
Linux can add a wrinkle with system vs user installs. User is safer in my experience. Morale of a painful story I havn't shared: *never use `sudo pip install`*. It can take a looong time to extricate from mixed up package manager installs and pip installs in system. -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/3cf7b60d-b516-4cfa-8456-a08211c6bc37%40googlegroups.com.
