forked from brianc/node-postgres
- Notifications
You must be signed in to change notification settings - Fork 0
Installation
zanothis edited this page Nov 3, 2013
·
1 revision
To install pg, run the following:
npm install pg
To install the dependencies in Ubuntu:
sudo apt-get install libpq-dev build-essentials