From 3215f023a76b3be1f46a3bd4688d6bb8d4e46661 Mon Sep 17 00:00:00 2001 From: Sara Subijana Gracia Date: Fri, 14 Jun 2024 08:03:12 +0200 Subject: [PATCH] refactor: add note in README file (#31) Co-authored-by: Sara Subijana Gracia --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aab18d5..7d8ec11 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,11 @@ global.trusted-host='tnt.autentia.com' To install or upgrade the TNTGitHook utility run the following command: ```bash -python3 -m pip install --upgrade TNTGitHook --user +python3 -m pip install --upgrade TNTGitHook --user [--break-system-packages] ``` +**NOTE**: Use _break-system-packages_ flag in order to avoid _externally-managed-environment_ error when executing the previous command + #### Credentials