From 3f10d3b372872a0c3e8bbcc7153a92d756d37d3e Mon Sep 17 00:00:00 2001 From: jimmoffet <jim.moffet@gsa.gov> Date: Wed, 24 Jul 2024 10:29:21 -0700 Subject: [PATCH] quickstart --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab14b6f9e..9add63f51 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ ``` - If Python 3.11 is not installed, you will need to install it first. + ```bash + brew install python@3.11 + ``` + 2. **Navigate to your project directory** (where you want the virtual environment to be created). 3. **Create the virtual environment**: