Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 531 Bytes

installing_postgres.rst

File metadata and controls

17 lines (10 loc) · 531 Bytes

PostgreSQL Installation Basics

pip, virtualenv, PostgreSQL

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