From 7a2ce4228da81e14b7f899d3d63062934f80c529 Mon Sep 17 00:00:00 2001 From: Pheeef <40075339+pheeef@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:09:59 +0100 Subject: [PATCH] Add section for apt in prequisites --- docs/prerequisites.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/prerequisites.md b/docs/prerequisites.md index f3ab0a5..f88687b 100644 --- a/docs/prerequisites.md +++ b/docs/prerequisites.md @@ -26,8 +26,15 @@ aditional options. #### python-gitlab - yum install python-pip - pip install python-gitlab +##### dnf/yum +```bash +yum install python-pip +pip install python-gitlab +``` +##### apt +```bash +apt install -y python3-gitlab +``` #### Installing git