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