PostgreSQL Installation BasicsΒΆ

The steps below will get you up and running with PostgreSQL. This assumes you have pip and virtualenv installed.

On Mac

Install PostgreSQLapp from the browser and move PostGresSQL into your applications folder. Then install PostgreSQL from HomeBrew.

$ brew install postgres