We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b917a8 commit 2d08681Copy full SHA for 2d08681
1 file changed
packages/pg-native/README.md
@@ -11,7 +11,7 @@ You need PostgreSQL client libraries & tools installed. An easy way to check is
11
Some ways I've done it in the past:
12
13
- On macOS: `brew install libpq`
14
-- On Ubuntu/Debian: `apt-get install libpq-dev g++ make`
+- On Ubuntu/Debian and Debian-based Node images: `apt-get install libpq-dev python3 g++ make`
15
- On RHEL/CentOS: `yum install postgresql-devel`
16
- On Windows:
17
1. Install Visual Studio C++ (successfully built with Express 2010). Express is free.
0 commit comments