From e73b95a09d7d8d14280c577b9c6412b9530309a0 Mon Sep 17 00:00:00 2001 From: Ankur Srivastava Date: Sun, 31 Jul 2022 17:40:59 +0200 Subject: [PATCH] docs: linked poetry related step in tests section Added the link to the dependencies which should be installed before running the tests. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4c86bd6a0..f557b19987 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,8 @@ postgres=# select * from t; ## Running tests +Ensure your dependencies are installed as described [here](https://github.com/neondatabase/neon#dependency-installation-notes). + ```sh git clone --recursive https://github.com/neondatabase/neon.git make # builds also postgres and installs it to ./tmp_install