From 485fc2e1eca2f63760b662bebff1434fa0b4175d Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Mon, 30 Sep 2024 11:08:37 -0400 Subject: [PATCH] auto --- assign3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign3.md b/assign3.md index 4ee32e4..2384bef 100644 --- a/assign3.md +++ b/assign3.md @@ -164,7 +164,7 @@ On an apple-silicon mac you must: - ensure python3/pip3 are installed - `sudo pip3 install psycopg2` - `sudo pip3 install peewee` -- ensure that the DB connections in the `test*.py` files are using a local name rather than vagrant, e.g.: +- ensure that the DB connections in the `test*.py` files are using a local name rather than vagrant, e.g. for the <i>psycop</i> portion: ``` conn = psycopg2.connect("dbname=flightsskewed user=keleher") ``` -- GitLab