Skip to content

Commit

Permalink
Update new-install.md
Browse files Browse the repository at this point in the history
added `sudo apt-get install libpq-dev` as it wasn't installed by default on a new instance

Signed-off-by: Sean P. Goggins <outdoors@acm.org>
  • Loading branch information
sgoggins committed May 9, 2024
1 parent 47fb963 commit 816d16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/new-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Here we ensure your system is up to date, install required python libraries, ins
```shell
sudo apt update &&
sudo apt upgrade &&
sudo apt install software-properties-common &&
sudo apt install software-properties-common &&
sudo apt-get install libpq-dev &&
sudo apt install python3-dev &&
sudo apt install python3.10-venv &&
sudo apt install postgresql postgresql-contrib postgresql-client &&
Expand Down

0 comments on commit 816d16a

Please sign in to comment.