- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Description
Loving Dave! Thank you!
Just wanted to officially log: it would be nice to have docs that specify how to do a manual install.
I personally don't like executing shell scripts without first understanding them, which then adds some friction/time to getting up and running. I think docs would do a good job of guiding the user as to the "whys" of certain things. And it doesn't look like that many things need to happen.
This is what was going through my head:
- What exactly will be installed?
- Is this going to change my system python version?
- Where exactly is code being added to my system?
- Will my lldbinit get overwritten or concatenated to?
On MacOS python>=3.12 installed with Homebrew is known to come with Tcl 9.0 which breaks matplotlib
If you have such an installation I recommend installing a 3.10 or 3.11 version of python-tk
When running the script, I wasn't sure if installing this would upgrade or downgrade my python (another argument for doing it manually, I think).