From fa960039c1add643d6df82cead53207de830c87f Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Fri, 19 Jul 2024 09:02:59 +0300 Subject: [PATCH] Remove docs about loading .env automatically Signed-off-by: Olga Bulat --- documentation/automations/guides/quickstart.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/documentation/automations/guides/quickstart.md b/documentation/automations/guides/quickstart.md index 73c07b0c239..0cee4deae02 100644 --- a/documentation/automations/guides/quickstart.md +++ b/documentation/automations/guides/quickstart.md @@ -13,7 +13,7 @@ Follow the [general setup guide](/general/general_setup.md) to set up `ov`. Node.js dependencies for automations as well as other parts of the repository. If you wish to install only dependencies for automations, run the following: -- `ov pipenv install` in `automations/python` +- `ov pdm install` in `automations/python` - `ov pnpm install --filter=automations` ## Running a Script @@ -27,7 +27,7 @@ Ex.: ov just automations/python/run print_labels.py ``` -The recipe is an alias for running `ov pipenv run