From 8ec7fe066bafd8b41b2cc52b0c64a8321b6809cf Mon Sep 17 00:00:00 2001 From: anastasia prasolova Date: Mon, 18 Oct 2021 12:59:06 +0300 Subject: [PATCH] readme: added note about dev-env location Signed-off-by: anastasia prasolova --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2b027e3..a6da280 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ make up make update.max_object_size val=1000 ``` +It's recommended to run the above procedure before every test run. + +Python virtualenv which we run tests in expects that dev-env is located under +the `/../neofs-dev-env` directory. You can change path to +neofs-dev-env in `venv/localtest/environment.sh` file. + 5. Build virtual env ``` make venv.localtest