From 06ecfb90862392469c1e6469b488ab774ff36872 Mon Sep 17 00:00:00 2001 From: 3rd Iteration Date: Sat, 27 Jul 2024 07:35:52 -0400 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 1de17548..98ad61f2 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -87,11 +87,9 @@ _Be sure to follow the instructions and add brew to your path..._ The Install command is: - brew install autoconf automake libffi libtool pkg-config python + brew install autoconf automake libffi libtool pkg-config python python-tk -_If you want to use the graphical interface, be sure to follow the instructions to install tkinter as well._ - -**Once you have installed Python via Brew, you will need to run both Python and PIP with commands that include the full version numnber. (eg: python3.9 and pip3.9)** +**Once you have installed Python via Brew, you will need to run both Python and PIP with commands that include the full version numnber. (eg: python3.12 and pip3.12)** ## 3) Install requirements via Python Pip ##