A few notes worth mentioning for setting up an environment to run the server:
- The Postgres server itself can be in another location, but psycopg2 still requires some Postgres libraries to operate (on Linux,
libpq-dev for a client-side application)
- Maybe a note about DB admin through
postgresql-client-9.5