diff --git a/README.md b/README.md index f8066be..7210e83 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ source .venv/bin/activate You could also use [virtualenvwrapper], [direnv] or any similar tool to help manage your virtual environments. +### Install PostgreSQL + +Ensure that PostgreSQL with minimum version 12 is installed and running on your local machine. + ### Installing Python dependencies > [!NOTE]