diff --git a/README.md b/README.md index 98caa6fc9..a6687165e 100644 --- a/README.md +++ b/README.md @@ -172,10 +172,10 @@ Now we're ready to install the Python version we need with `pyenv`, like so: pyenv install 3.9 ``` -_NOTE: This project currently runs on Python 3.9.x._ - This will install the latest version of Python 3.9. +_NOTE: This project currently runs on Python 3.9.x._ + #### Python Dependency Installation Lastly, we need to install the tool we use to manage Python dependencies within @@ -193,12 +193,12 @@ and can update itself properly. We now need to install a database - this project uses PostgreSQL, and Homebrew requires a version number to be included with it when installing it: -_NOTE: This project currently works with PostgreSQL version 15.x; version 12.x is currently used in our hosted environments._ - ```sh brew install postgresql@15 ``` +_NOTE: This project currently works with PostgreSQL version 15.x; version 12.x is currently used in our hosted environments._ + You'll now need to modify (or create, if it doesn't already exist) the `$PATH` environment variable to include the PostgreSQL binaries. Open the file you have worked with before to adjust your shell environment with the previous steps and