mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 07:39:58 +00:00
docs: linked poetry related step in tests section
Added the link to the dependencies which should be installed before running the tests.
This commit is contained in:
committed by
Dmitry Rodionov
parent
539007c173
commit
e73b95a09d
@@ -204,6 +204,8 @@ postgres=# select * from t;
|
|||||||
|
|
||||||
## Running tests
|
## Running tests
|
||||||
|
|
||||||
|
Ensure your dependencies are installed as described [here](https://github.com/neondatabase/neon#dependency-installation-notes).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --recursive https://github.com/neondatabase/neon.git
|
git clone --recursive https://github.com/neondatabase/neon.git
|
||||||
make # builds also postgres and installs it to ./tmp_install
|
make # builds also postgres and installs it to ./tmp_install
|
||||||
|
|||||||
Reference in New Issue
Block a user