diff --git a/_static/win-err-dialog.png b/_static/win-err-dialog.png new file mode 100644 index 000000000..e60a71c45 Binary files /dev/null and b/_static/win-err-dialog.png differ diff --git a/install.rst b/install.rst index b3a4ca428..7594ebc30 100644 --- a/install.rst +++ b/install.rst @@ -16,6 +16,15 @@ The release page has precompiled binaries for Mac OS X, Windows, and several Lin # You should see a usage help message +.. note:: + + If you see a dialog box like this on Windows, it may be that the :code:`pg_config` program is not in your system path. + + .. image:: _static/win-err-dialog.png + + It usually lives in :code:`C:\Program Files\PostgreSQL\\bin`. See this `article `_ about how to modify the system path. + + PostgreSQL dependency =====================