Minor formatting adjustments of notes.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-11-17 11:35:34 -05:00
parent 1859669a6d
commit a28120ec64

View File

@@ -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