From 82725725fdd9b3271d9206c5a51f3189c55353dc Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Thu, 19 Aug 2021 13:19:13 +0300 Subject: [PATCH] update README to match required Rust version and new python package installation process --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 96e0e94552..fab84754e5 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,12 @@ apt install build-essential libtool libreadline-dev zlib1g-dev flex bison libsec libssl-dev clang ``` -[Rust] 1.48 or later is also required. +[Rust] 1.52 or later is also required. To run the `psql` client, install the `postgresql-client` package or modify `PATH` and `LD_LIBRARY_PATH` to include `tmp_install/bin` and `tmp_install/lib`, respectively. To run the integration tests (not required to use the code), install -Python (3.6 or higher), and install python3 packages with `pip` (called `pip3` on some systems): -``` -pip install pytest psycopg2 -``` +Python (3.6 or higher), and install python3 packages with `pipenv` using `pipenv install` in the project directory. 2. Build zenith and patched postgres ```sh