Skip to content

Commit

Permalink
Add section for apt in prequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
pheeef authored Nov 27, 2024
1 parent 5af113c commit 7a2ce42
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a2ce42

Please sign in to comment.