Re: FYI: Simplified installation instructions

2024-03-04 Thread HaveF HaveF
> > pipx install leo > > pipx is a general approach to install python applications, not only for Mac. I like it because it is not messing up my python environment, if I also need to install something in this environment, I just need pipx inject leo That's it. update cmd is: > pipx inject leo >

Re: FYI: Simplified installation instructions

2024-03-04 Thread Edward K. Ream
On Sun, Mar 3, 2024 at 10:45 PM HaveF HaveF wrote: > Nowadays, I always use pipx install or update leo(instead of conda env) > > install like: > pipx install leo > > update from the source: > git clone ... > cd ... > git pull > pipx inject leo /Users/mac/Desktop/proj/leo-editor > Excelle

Re: FYI: Simplified installation instructions

2024-03-03 Thread HaveF HaveF
Nowadays, I always use pipx install or update leo(instead of conda env) install like: pipx install leo update from the source: git clone ... cd ... git pull pipx inject leo /Users/mac/Desktop/proj/leo-editor -- You received this message because you are subscribed to the Google Groups

Re: FYI: Simplified installation instructions

2024-03-03 Thread Edward K. Ream
On Sun, Mar 3, 2024 at 1:37 PM Geoff Evans wrote: > Obvious question: if I use both Anaconda *and* MacOS (Ventura), which > part of the Installation instructions supersedes the other? Is Homebrew > necessary? > I don't know. The new installation instructions have not changed any of the MacOS st

Re: FYI: Simplified installation instructions

2024-03-03 Thread Thomas Passin
I hit the publish button too soon, sorry! Here's my directory structure again: gf4-docs.leo docs sphinx images My source rst files live in the *sphinx* directory and they can reference graphics in the *images* directory. The generated HTML files are in the *docs* directory.

Re: FYI: Simplified installation instructions

2024-03-03 Thread Thomas Passin
I don't know about a "gentle" introduction, but VR3 has an extensive docstring you can read by means of the Plugins menu. I use Sphinx a lot, and normally I don't even create a Sphinx configuration file. I find I can do enough configuration for my needs with command-line parameters, which I su

Re: FYI: Simplified installation instructions

2024-03-03 Thread Geoff Evans
Obvious question: if I use both Anaconda *and* MacOS (Ventura), which part of the Installation instructions supersedes the other? Is Homebrew necessary? I've still not succeeded with pyqt6. Unrelated question: The traffic on this site is, quite understandably, dominated by the latest exciting

FYI: Simplified installation instructions

2024-03-03 Thread Edward K. Ream
Leo's "devel" and "6.7.8" branches now contain simplified installation instructions. These instructions are now live on Leo's website. A few changes turned into general housecleaning: - Greatly simplified the Getting Started and Ins