Skip to content

Commit 074fd0b

Browse files
committed
Merge pull request getsentry#1660 from rebeckag/install_doc-postgres_deps
Added instructions to install libpq-dev dependency for PostgreSQL.
2 parents f5df4f4 + faeea9b commit 074fd0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ of meta packages to make things easier:
116116
::
117117

118118
# install sentry and its postgresql dependencies
119+
apt get libpq-dev
119120
pip install -U sentry[postgres]
120121

121122
# or if you choose, mysql

0 commit comments

Comments
 (0)