diff --git a/assign3.md b/assign3.md index 4ee32e415d5ec74092f9033d3a6837321b4009e9..2384bef915c058547d00272fdeeebe95920e4c23 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") ```