Skip to content
Snippets Groups Projects
Commit 485fc2e1 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 61a07c5a
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ On an apple-silicon mac you must: ...@@ -164,7 +164,7 @@ On an apple-silicon mac you must:
- ensure python3/pip3 are installed - ensure python3/pip3 are installed
- `sudo pip3 install psycopg2` - `sudo pip3 install psycopg2`
- `sudo pip3 install peewee` - `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") conn = psycopg2.connect("dbname=flightsskewed user=keleher")
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment