Add libpq-dev and docker to the to the list of additional requirements for developers in the Book (#4282)

## Issue Addressed

Realized this was missing while discussing #4280 

## Proposed Changes

Add an Item to the list of additional requirements for developers.
This commit is contained in:
Daniel Ramirez Chiquillo 2023-05-30 06:15:54 +00:00
parent baad729fa7
commit d150ccbee5

View File

@ -18,7 +18,9 @@ The additional requirements for developers are:
the networking stack.
- [`java 11 runtime`](https://openjdk.java.net/projects/jdk/). 11 is the minimum,
used by web3signer_tests.
- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also know as
`libpq-devel` on some systems.
- [`docker`](https://www.docker.com/). Some tests need docker installed and **running**.
## Using `make`
Commands to run the test suite are available via the `Makefile` in the