From 60778231c0cee45366b29248bb35479fdc4b532e Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 27 Jul 2022 04:21:30 -0700 Subject: [PATCH] :memo: Made note on installing GitPython --- updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updates.txt b/updates.txt index b8035b66..b9cd021c 100644 --- a/updates.txt +++ b/updates.txt @@ -42,3 +42,7 @@ paru rustdesk-bin Install xfce4-screenshooter (it's just too useful by comparison to scrot...) doas pacman -S xfce4-screenshooter + +For rewriting bgit, install GitPython using pip + +pip install GitPython