From dc745309201b228df4b01e3a9b0504c7f9a91af5 Mon Sep 17 00:00:00 2001 From: Pavel Cisar Date: Thu, 9 May 2024 16:33:54 +0200 Subject: [PATCH] Better install instructions --- PLUGIN-README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PLUGIN-README.md b/PLUGIN-README.md index 96a87759..19ac7453 100644 --- a/PLUGIN-README.md +++ b/PLUGIN-README.md @@ -6,8 +6,7 @@ If you plan to use this plugin for personal purposes (not related to Firebird pr we recommend to use `pipx` to install `pytest` together with `firebird-qa` plugin: ``` -pipx install pytest -pipx inject pytest firebird-qa +pipx --include-deps firebird-qa ``` ## Configuration